[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.SetAggregationType

SetAggregationType Method

SetAggregationType(int, AggregationType)

Sets the AggregationType, as an enumeration value, at the specified column. If you pass null, it clears the AggregationType from that column.

Declaration
public void SetAggregationType(int column, AggregationType value)
Public Sub SetAggregationType(column As Integer, value As AggregationType)
Parameters
Type Name Description
int column

Column index

AggregationType value

AggregationType to be set, as an enumeration value

Implements
Exceptions
Type Condition
ParseException

Specified value is not a valid AggregationType