[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.SetCellAggregationFormat

SetCellAggregationFormat Method

SetCellAggregationFormat(int, int, string)

Sets the format for the cell of the specified row and column.

Declaration
public void SetCellAggregationFormat(int row, int col, string format)
Public Sub SetCellAggregationFormat(row As Integer, col As Integer, format As String)
Parameters
Type Name Description
int row

Row index of the cell in the model

int col

Column index of the cell in the model

string format

Format of cell

Implements