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.
voidsetCaseSensitive(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

setCaseSensitive : boolean 

function setCaseSensitive(value)
Indicates if the searched string is case sensitive. NOTE: This member is now obsolete. Instead, please use ReplaceOptions.CaseSensitive property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

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.