Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeSortedEventArgs Class / Column Property


In This Topic
    Column Property (RangeSortedEventArgs)
    In This Topic
    Gets the index of the column to be automatically sorted.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As RangeSortedEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}

    Property Value

    The index of the column to be automatically sorted.
    See Also