Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISpreadsheet Interface / ColumnCount Property


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

    Property Value

    An integer value represents the column count of the header.
    See Also