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


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

    Property Value

    The column1.
    See Also