Spread Silverlight Documentation
Name Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : Name Property
Gets or sets the sheet name.
Syntax
'Declaration
 
Property Name As System.String
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
System.string Name {get; set;}

Property Value

The name of the sheet
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members