FindWithin
Enum
Search scope specifying whether to search within a single sheet or across the entire workbook.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum FindWithin
Fields
Search only within the current worksheet.
C#
Sheet = 0
Search across all worksheets in the workbook.
C#
Workbook = 1