Search
SelectionType Enumeration
See Also
 






Specifies the spreadsheet cells selection type.

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

 Syntax

Java  Copy Code

public enum SelectionType

 Members

  Member name Description

EntireRow

Indicates that the row which is clicked on will be selected.

Normal

Indicates that only the clicked cell will be selected.

 See Also