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


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

    Property Value

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