Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / SelectorIndex Property


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