[]
Gets the style that will be applied to the cell.
protected override void PrepareCellStyle(GridCellType cellType, GridRow row, C1Style style, C1Thickness internalBorders)
Type | Name | Description |
---|---|---|
GridCellType | cellType | The kind of cell. |
GridRow | row | The row whose intersection with this column determines the cell. |
C1Style | style | The style that will be applied to the cell. |
C1Thickness | internalBorders | A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0. |