Spread Windows Forms 12.0 Product Documentation
Name Property (ExternalVariable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExternalVariable Class : Name Property
Gets or sets the name of the defined name.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Name As String
'Usage
 
Dim instance As ExternalVariable
Dim value As String
 
value = instance.Name
public override string Name {get;}

Property Value

The string value represents name of the defined name.
See Also

Reference

ExternalVariable Class
ExternalVariable Members