VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetFindReplace Class
Constructors Properties Methods SeeAlso
In This Topic
    SpreadsheetFindReplace Class Members
    In This Topic
    The following tables list the members exposed by SpreadsheetFindReplace.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SpreadsheetFindReplace class.
    Public Properties
     NameDescription
    Public PropertyGets the cell reference that contains searched text.
    Public PropertyGets the index of CurrentCell in SelectedCells.
    Public PropertyGets the workseet of CurrentCell.
    Public PropertyGets the spreadsheet editor.
    Public PropertyGets the count of found cells.
    Public PropertyGets or sets a value indicating whether text must be searched in cell comments.
    Public PropertyGets or sets a value indicating whether text must be searched in cell formulas or cells without formula.
    Public PropertyGets or sets a value indicating whether text must be searched in cell values.
    Public PropertyGets or sets a value indicating whether text must be searched in case sensitivity mode.
    Public PropertyGets or sets a value indicating whether the entire text must be searched.
    Public PropertyGets or sets a value indicating whether text must be searched in rows.
    Public PropertyGets or sets a value indicating whether text must be searched in all worksheets of workbook.
    Public PropertyGets the cells, where text must be searched.
    Public PropertyGets the text to find.
    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