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


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

    Property Value

    The number of columns in the row header. The default value is 1.
    Exceptions
    ExceptionDescription
    The specified column count is less than 0 or greater than 256.
    See Also