| Name | Description | |
|---|---|---|
![]() | CurrentCell | Gets the cell reference that contains searched text. |
![]() | CurrentCellIndexInSelectedCells | Gets the index of CurrentCell in SelectedCells. |
![]() | CurrentWorksheet | Gets the workseet of CurrentCell. |
![]() | Editor | Gets the spreadsheet editor. |
![]() | FoundCellCount | Gets the count of found cells. |
![]() | LookInComments | Gets or sets a value indicating whether text must be searched in cell comments. |
![]() | LookInFormulas | Gets or sets a value indicating whether text must be searched in cell formulas or cells without formula. |
![]() | LookInValues | Gets or sets a value indicating whether text must be searched in cell values. |
![]() | MatchCase | Gets or sets a value indicating whether text must be searched in case sensitivity mode. |
![]() | MatchEntireContent | Gets or sets a value indicating whether the entire text must be searched. |
![]() | SearchByRows | Gets or sets a value indicating whether text must be searched in rows. |
![]() | SearchInWorkbook | Gets or sets a value indicating whether text must be searched in all worksheets of workbook. |
![]() | SelectedCells | Gets the cells, where text must be searched. |
![]() | Text | Gets the text to find. |
