Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ColumnCount Property


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

    Property Value

    The column count of the sheet.
    See Also