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


In This Topic
GetCelAggregationType Method (IAggregationSupport)
In This Topic
Gets the cell aggregation type.
Syntax
'Declaration
 
Function GetCelAggregationType( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As AggregationType
 
'Usage
 
Dim instance As IAggregationSupport
Dim row As Integer
Dim col As Integer
Dim value As AggregationType
 
value = instance.GetCelAggregationType(row, col)

Parameters

row
Cell row
col
Cell column

Return Value

Aggregation type of cell
See Also