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)
 
See Also