FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SheetCollection Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (SheetCollection)
    In This Topic
    Gets or sets the index of the currently selected sheet in the collection.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also