Excel for WinRT
SelectedIndex Property


Gets or sets the index of the sheet that is selected when a C1XLBook file is loaded into Excel.
Syntax
'Declaration
 
Public Property SelectedIndex As System.Integer
'Usage
 
Dim instance As XLSheetCollection
Dim value As System.Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
public System.int SelectedIndex {get; set;}
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback