[]
Prepares the specified style for displaying the cell in the specified range.
public override void PrepareCellStyle(GridControlRange range, C1Style style, C1Thickness internalBorders)
Public Overrides Sub PrepareCellStyle(range As GridControlRange, style As C1Style, internalBorders As C1Thickness)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The cell's range. |
| C1Style | style | The cell's style. |
| C1Thickness | internalBorders | A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0. |
Prepares the specified style for displaying the cell in the specified range.
public virtual void PrepareCellStyle(GridCellType cellType, GridCellRange range, C1Style style, C1Thickness internalBorders)
Public Overridable 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. |