[]
Gets the celltype and formatter for a cell, column, row, or model as a composite of settings.
void GetCompositeCellType(int modelRow, int modelColumn, out ICellType cellType, out IFormatter formatter)
Sub GetCompositeCellType(modelRow As Integer, modelColumn As Integer, ByRef cellType As ICellType, ByRef formatter As IFormatter)
Type | Name | Description |
---|---|---|
int | modelRow | The model row. |
int | modelColumn | The model column. |
ICellType | cellType | Type of the cell. |
IFormatter | formatter | The formatter. |