Specifies the target of find and replace operations.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum FindWithin |
Visual Basic
Copy Code
|
|---|
Public Enum FindWithin |
Members| Member name | Description | |
|---|---|---|
![]() |
Workbook |
Indicates that the opeartion should work in the entire workbook. |
![]() |
Worksheet |
Indicates that the operation should work only in the current worksheet. |
See Also