aspose.cells
Class ReplaceOptions

Represent the replace options.

Constructor Summary
ReplaceOptions()
          
 
Property Getters/Setters Summary
functiongetCaseSensitive()
functionsetCaseSensitive(value)
           Indicates if the searched string is case sensitive.
functiongetMatchEntireCellContents()
functionsetMatchEntireCellContents(value)
           Indicates whether to match entire cells contents
functiongetRegexKey()
functionsetRegexKey(value)
           Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
 

Constructor Detail

ReplaceOptions

function ReplaceOptions()

Property Getters/Setters Detail

getCaseSensitive/setCaseSensitive : boolean 

function getCaseSensitive() / function setCaseSensitive(value)
Indicates if the searched string is case sensitive.

getMatchEntireCellContents/setMatchEntireCellContents : boolean 

function getMatchEntireCellContents() / function setMatchEntireCellContents(value)
Indicates whether to match entire cells contents

getRegexKey/setRegexKey : boolean 

function getRegexKey() / function setRegexKey(value)
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.