Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / ColumnCount Property


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

    Property Value

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