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


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

Property Value

A string value represents the name of this Workbook.
See Also