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


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

    Property Value

    The column index.
    See Also