[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.GetCellStyleDisplay

GetCellStyleDisplay Method

GetCellStyleDisplay(int, int)

Gets the style used to render a cell.

Declaration
public CellStyle GetCellStyleDisplay(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index

Returns
Type Description
CellStyle

CellStyle object used to display the cell.

Remarks

The CellStyle object returned may be a composite with elements from several styles. For example, a cell with the focus is painted with a style that contains elements from the Focus, a custom style associated with the cell, row, and column (if available), and the Normal style.