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