Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INameSupport Interface / Name Property


In This Topic
Name Property (INameSupport)
In This Topic
Gets or sets the name of the data model.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As INameSupport
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also