GridCells.GetCellStyle

GridCells.GetCellStyle method

Get the style of given cell.

public Style GetCellStyle(int row, int column)
ParameterTypeDescription
rowInt32row index
columnInt32column

Return Value

the style of given cell.

See Also