VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetFindReplace Class
In This Topic
SpreadsheetFindReplace Class Methods
In This Topic
For a list of all methods of this type, see SpreadsheetFindReplace.
Public Methods
 NameDescription
Public MethodFinds all cells, which contain Text.
Public MethodFinds the next cell that contains Text.
Public MethodReturns the current spreadsheet cell.
Public MethodInitializes this class.
Public MethodReplaces all occurrences of replaceText in formula of CurrentCell.
Public MethodReplaces all occurrences of replaceText in all cells, which contain Text.
Protected Methods
 NameDescription
Protected MethodDetects the match in specified cell.
Protected MethodReplaces the Text to replaceText in cell formula that is located at cellReference.
Protected MethodDetects the match in specified text.
Protected MethodReplaces the Text to replaceText in cellText.
See Also