'Declaration Public Overridable Sub PrepareCell( _ ByVal range As GridControlRange, _ ByVal cell As GridControlCellView, _ ByVal internalBorders As Thickness _ )
public virtual void PrepareCell( GridControlRange range, GridControlCellView cell, Thickness internalBorders )
Parameters
- range
- The range.
- cell
- The cell.
- internalBorders
- A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.