TRVTableItemInfo.CellPadding

<< Click to display table of contents >>

TRVTableItemInfo.CellPadding

Distance between cell content and cell border.

property CellPadding: TRVStyleLength;

This property is maintained for backward compatibility. Assigning to this property assigns values to CellHPadding and CellVPadding. Reading this property returns Round((CellHPadding+CellVPadding)/2).