Gets the XLSheet with the given name (case-insensitive).

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLSheet this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As XLSheet
	Get

Parameters

name
Type: System..::..String

See Also