Gets or sets the name of the XLSheet.

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

Syntax

C#
public string Name { get; set; }
Visual Basic
Public Property Name As String
	Get
	Set

Remarks

When you open a workbook in Excel, the sheet names appear in the tabs below the work area.

Sheet names can be used as indexers, so they should be unique.

See Also