FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / AggregationType Property


In This Topic
AggregationType Property (CellFooter)
In This Topic
Gets or sets the aggregation type at this cell.
Syntax
'Declaration
 
Public Property AggregationType As AggregationType
 
'Usage
 
Dim instance As CellFooter
Dim value As AggregationType
 
instance.AggregationType = value
 
value = instance.AggregationType
See Also