ComponentOne Excel for .NET
C1.Excel Assembly / C1.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.Collections.Generic.IReadOnlyList(Of Integer)
    public System.Collections.Generic.IReadOnlyList<int> SelectedIndexes {get; set;}
    See Also