Excel for WinRT
Item(Int32) Property


Gets the XLSheet at a given position in the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As XLSheet
'Usage
 
Dim instance As XLSheetCollection
Dim index As System.Integer
Dim value As XLSheet
 
value = instance.Item(index)
public XLSheet Item( 
   System.int index
) {get;}

Parameters

index
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback