FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregateArgs Class / Result Property


In This Topic
Result Property (AggregateArgs)
In This Topic
Gets or sets the result of aggregation.
Syntax
'Declaration
 
Public Property Result As Object
 
'Usage
 
Dim instance As AggregateArgs
Dim value As Object
 
instance.Result = value
 
value = instance.Result
See Also