Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeCommand Class / ColumnCount Property


In This Topic
    ColumnCount Property (RangeCommand)
    In This Topic
    Gets the total column count of cell range.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As RangeCommand
    Dim value As Integer
     
    value = instance.ColumnCount
    protected int ColumnCount {get;}

    Property Value

    An integer value indicates the total column count of cell range.
    See Also