Search
SearchDirection Enumeration
See Also
 






Specifies the direction of find and replace operations.

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

 Syntax

Java  Copy Code

public enum SearchDirection

 Members

  Member name Description

Backward

Indicates that the operation should proceed to the previous cell.

Forward

Indicates that the operation should proceed to the next cell.

 See Also