Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ColumnHeader Class / AutoTextIndex Property


In This Topic
    AutoTextIndex Property (ColumnHeader)
    In This Topic
    Gets or sets which header row displays the automatic text when there are multiple header rows.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public Overrides NotOverridable Property AutoTextIndex As Integer
    'Usage
     
    Dim instance As ColumnHeader
    Dim value As Integer
     
    instance.AutoTextIndex = value
     
    value = instance.AutoTextIndex
    [DefaultValue(0)]
    public override int AutoTextIndex {get; set;}

    Property Value

    The row index of the header that displays the automatic text. The default value is 0.
    See Also