Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ColumnCount Property


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

    Property Value

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