[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IOptimizedFilterStyleModel.GetCompositeCellType

GetCompositeCellType Method

GetCompositeCellType(int, int, out ICellType, out IFormatter)

Gets the celltype and formatter for a cell, column, row, or model as a composite of settings.

Declaration
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)
Parameters
Type Name Description
int modelRow

The model row.

int modelColumn

The model column.

ICellType cellType

Type of the cell.

IFormatter formatter

The formatter.