Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / ColumnCount Property


In This Topic
    ColumnCount Property (WorksheetBase)
    In This Topic
    Gets or sets the number of columns in this Worksheet.
    Syntax
    'Declaration
     
    
    Public MustOverride Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As WorksheetBase
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    public abstract int ColumnCount {get; set;}

    Property Value

    An integer value represents the number of columns in this Worksheet.
    See Also