Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSelectionChangedEventArgs Class / Column Property


In This Topic
    Column Property (SheetSelectionChangedEventArgs)
    In This Topic
    Gets the column index of the selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As SheetSelectionChangedEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also