java.lang.Object
com.aspose.cells.ReplaceOptions
public class ReplaceOptions
- extends java.lang.Object
Represent the replace options.
ReplaceOptions
public ReplaceOptions()
-
Property Getters/Setters Detail |
getCaseSensitive/setCaseSensitive | |
public boolean getCaseSensitive() / public void setCaseSensitive(boolean value)
|
-
Indicates if the searched string is case sensitive.
getMatchEntireCellContents/setMatchEntireCellContents | |
public boolean getMatchEntireCellContents() / public void setMatchEntireCellContents(boolean value)
|
-
Indicates whether to match entire cells contents
getRegexKey/setRegexKey | |
public boolean getRegexKey() / public void setRegexKey(boolean 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.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.