ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.Integer()
    public System.int[] SelectedIndexes {get; set;}
    See Also