[]
Prepares the specified style for displaying the cell in the specified range.
public override void PrepareCellStyle(GridCellType cellType, GridCellRange range, C1Style style, C1Thickness internalBorders)
Public Overrides Sub PrepareCellStyle(cellType As GridCellType, range As GridCellRange, style As C1Style, internalBorders As C1Thickness)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Cell's type. |
| GridCellRange | range | Cell's range. |
| C1Style | style | The style that will be applied to the cell's div. |
| C1Thickness | internalBorders | A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0. |