[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.GetCellAggregationFormat

GetCellAggregationFormat Method

GetCellAggregationFormat(int, int)

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

Declaration
public string GetCellAggregationFormat(int row, int col)
Public Function GetCellAggregationFormat(row As Integer, col As Integer) 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

Returns
Type Description
string

Format of cell

Implements