[]
Gets a Thickness value that specifies the padding applied between the edge of the cell and its content area.
public virtual Thickness GetCellPadding(C1FlexGrid grid, GridPanel panel, CellRange rng)
Public Overridable Function GetCellPadding(grid As C1FlexGrid, panel As GridPanel, rng As CellRange) As Thickness
| Type | Name | Description |
|---|---|---|
| C1FlexGrid | grid | C1FlexGrid that owns the cell. |
| GridPanel | panel | GridPanel that specifies the part of the grid that contains the cell. |
| CellRange | rng | CellRange that specifies the row and column represented by the cell. |
| Type | Description |
|---|---|
| Thickness | A Thickness value that specifies the padding applied between the edge of the cell and its content area. |