Spread Windows Forms 12.0 Product Documentation
Name Property (DocumentProperty)


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > DocumentProperty Class : Name Property
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
public string Name {get;}

Property Value

A string value represents the custom name.
See Also

Reference

DocumentProperty Class
DocumentProperty Members