[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetAggregationType

GetAggregationType Method

GetAggregationType(int)

Gets the AggregationType, as a string value, at the specified column.

Declaration
public AggregationType GetAggregationType(int column)
Public Function GetAggregationType(column As Integer) As AggregationType
Parameters
Type Name Description
int column

Column index

Returns
Type Description
AggregationType
Implements