Excel for WPF and Silverlight
Item(Int32) Property

C1.WPF.Excel Namespace > XLSheetCollection Class > Item Property : 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
public XLSheet Item( 
   System.int index
) {get;}

Parameters

index
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List