Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellChangedEventArgs Class / ColumnCount Property


In This Topic
    ColumnCount Property (CellChangedEventArgs)
    In This Topic
    Gets the number of columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnCount As Integer
    'Usage
     
    Dim instance As CellChangedEventArgs
    Dim value As Integer
     
    value = instance.ColumnCount
    public int ColumnCount {get;}

    Property Value

    The number of columns.
    See Also