Specifies the target of find and replace operations.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public enum FindWithin |
Members| Member name | Description | |
|---|---|---|
![]() |
Workbook |
Indicates that the operation should work in the entire workbook. |
![]() |
Worksheet |
Indicates that the operation should work only in the current worksheet. |
See Also