Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ColumnCount Property


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

    Property Value

    An integer that specifies the number of columns.
    Remarks
    If this Range contains multiple areas, the number of columns in the first area is returned.
    See Also