Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / Name Property


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