Excel for WPF and Silverlight
SelectedIndexes Property

C1.WPF.Excel Namespace > XLSheetCollection Class : SelectedIndexes Property
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

Reference

XLSheetCollection Class
XLSheetCollection Members