Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SelectionUnit Property


In This Topic
    SelectionUnit Property
    In This Topic
    Gets or sets whether users can select cells, rows, or columns.
    Syntax
    'Declaration
     
    Public Property SelectionUnit As SelectionUnit
    'Usage
     
    Dim instance As Worksheet
    Dim value As SelectionUnit
     
    instance.SelectionUnit = value
     
    value = instance.SelectionUnit
    public SelectionUnit SelectionUnit {get; set;}

    Property Value

    The SelectionUnit enumeration that specifies the selection type.
    See Also