Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ColumnCount Property


In This Topic
    ColumnCount Property (Worksheet)
    In This Topic
    Gets or sets the number of columns in the sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(100)>
    Public Property ColumnCount As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    [DefaultValue(100)]
    public int ColumnCount {get; set;}

    Property Value

    The number of columns in the sheet.
    See Also