GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Name Property


In This Topic
Name Property (DocumentProperty)
In This Topic
Gets or sets the custom name associated with the custom document property.
Syntax
'Declaration
 
Public ReadOnly Property Name As String
 
'Usage
 
Dim instance As DocumentProperty
Dim value As String
 
value = instance.Name

Property Value

A string value represents the custom name.
See Also