Spread Windows Forms 17
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 IRange.
    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 IRange contains multiple areas, the number of columns in the first area is returned.
    See Also