Excel for WinRT
FirstIndex Property


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

Reference

XLSheetCollection Class
XLSheetCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback