Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / AutoTextIndex Property


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