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

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