Spread Windows Forms 12.0 Product Documentation
Name Property (IName)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IName Interface : Name Property
Gets or sets the name of the defined name.
Syntax
'Declaration
 
Property Name As String
'Usage
 
Dim instance As IName
Dim value As String
 
instance.Name = value
 
value = instance.Name
string Name {get; set;}

Property Value

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

Reference

IName Interface
IName Members