Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SelectionUnit Enumeration


In This Topic
    SelectionUnit Enumeration
    In This Topic
    Specifies the smallest unit users or the application can select.
    Syntax
    'Declaration
     
    Public Enum SelectionUnit 
       Inherits System.Enum
    'Usage
     
    Dim instance As SelectionUnit
    public enum SelectionUnit : System.Enum 
    Members
    MemberDescription
    Cell[0] Indicates that the smallest unit that can be selected is a cell.
    Column[2] Indicates that the smallest unit that can be selected is a column.
    Row[1] Indicates that the smallest unit that can be selected is a row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.SelectionUnit

    See Also