Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IAggregationSupport Interface / SetCellAggregationType Method
Cell row
Cell column
Aggregation type


In This Topic
SetCellAggregationType Method (IAggregationSupport)
In This Topic
Sets the aggregation type for the cell.
Syntax
'Declaration
 
Sub SetCellAggregationType( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal type As AggregationType _
) 
 
'Usage
 
Dim instance As IAggregationSupport
Dim row As Integer
Dim col As Integer
Dim type As AggregationType
 
instance.SetCellAggregationType(row, col, type)

Parameters

row
Cell row
col
Cell column
type
Aggregation type
See Also