Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / ColumnCount Property


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

    Property Value

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