Search
FindWithin Enumeration
See Also
 






Specifies the target of find and replace operations.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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