Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / AutoTextIndex Property


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