Excel for WPF and Silverlight
Name Property (XLSheet)

C1.WPF.Excel Namespace > XLSheet Class : Name Property
Gets or sets the name of the XLSheet.
Syntax
'Declaration
 
Public Property Name As System.String
public System.string Name {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

Reference

XLSheet Class
XLSheet Members