Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / Name Property


Name Property (WorksheetBase)
Gets or sets the name of worksheet.
Syntax
'Declaration
 
Public Overridable Property Name As String
 
'Usage
 
Dim instance As WorksheetBase
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

A string value indicates the name of worksheet.
Exceptions
ExceptionDescription
value cannot be null or empty.
See Also