Excel for WPF and Silverlight
Item(String) Property

C1.WPF.Excel Namespace > XLSheetCollection Class > Item Property : Item(String) Property
Gets the XLSheet with the given name (case-insensitive).
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As XLSheet
public XLSheet Item( 
   System.string name
) {get;}

Parameters

name
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List