[]
Gets the style that will be applied to the cell.
protected virtual void PrepareCellStyle(GridCellType cellType, GridRow row, C1Style style, C1Thickness internalBorders)
Protected Overridable Sub PrepareCellStyle(cellType As GridCellType, row As GridRow, style As C1Style, internalBorders As C1Thickness)
| 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. |