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


In This Topic
Name Property (Worksheet)
In This Topic
Gets or sets the name of worksheet.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Name As String
 
'Usage
 
Dim instance As Worksheet
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

A string value indicates the name of worksheet.
See Also