[]
Sets the AggregationType, as an enumeration value, at the specified column. If you pass null, it clears the AggregationType from that column.
public void SetAggregationType(int column, AggregationType value)
Public Sub SetAggregationType(column As Integer, value As AggregationType)
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| AggregationType | value | AggregationType to be set, as an enumeration value |
| Type | Condition |
|---|---|
| ParseException | Specified value is not a valid AggregationType |