GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / WorkbookName Property


In This Topic
WorkbookName Property
In This Topic
Gets or sets the name of the Workbook.
Syntax
'Declaration
 
<CategoryAttribute("Workbook")>
Public Property WorkbookName As String
 
'Usage
 
Dim instance As GcSpreadSheet
Dim value As String
 
instance.WorkbookName = value
 
value = instance.WorkbookName

Property Value

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