Gets or sets the name of this
Workbook.
'Declaration
Public Property Name As String
'Usage
Dim instance As Workbook
Dim value As String
instance.Name = value
value = instance.Name
public string Name {get; set;}
Property Value
A string value represents the name of this
Workbook.