Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ICellRange Interface / ColumnCount Property


In This Topic
    ColumnCount Property (ICellRange)
    In This Topic
    Gets the column count.
    Syntax
    'Declaration
     
    ReadOnly Property ColumnCount As Integer
    'Usage
     
    Dim instance As ICellRange
    Dim value As Integer
     
    value = instance.ColumnCount
    int ColumnCount {get;}
    See Also