Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ColumnsSwappedEventArgs Class / Column2 Property


In This Topic
    Column2 Property
    In This Topic
    Gets the second column that is swapped during sorting.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column2 As Integer
    'Usage
     
    Dim instance As ColumnsSwappedEventArgs
    Dim value As Integer
     
    value = instance.Column2
    public int Column2 {get;}

    Property Value

    The column2.
    See Also