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


In This Topic
    AutoTextIndex Property (HeaderBase)
    In This Topic
    Gets or sets which header row displays the automatic text when there are multiple header rows.
    Syntax
    'Declaration
     
    Public MustOverride Property AutoTextIndex As Integer
    'Usage
     
    Dim instance As HeaderBase
    Dim value As Integer
     
    instance.AutoTextIndex = value
     
    value = instance.AutoTextIndex
    public abstract int AutoTextIndex {get; set;}

    Property Value

    The row index of the header that displays the automatic text.
    See Also