Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLSheetCollection Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (XLSheetCollection)
    In This Topic
    Gets or sets the index of the sheet that is selected when a C1XLBook file is loaded into Excel.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also