Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowHeaderSelectorIndex Property


In This Topic
    RowHeaderSelectorIndex Property
    In This Topic
    Gets or sets which row header column in the sheet displays the row selector when there are multiple row header columns.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderSelectorIndex As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.RowHeaderSelectorIndex = value
     
    value = instance.RowHeaderSelectorIndex
    public int RowHeaderSelectorIndex {get; set;}
    See Also