[]
Gets or sets the cell padding.
public interface ICellPadding
get bottom cell padding.
int Bottom { get; }
get left cell padding.
int Left { get; }
get right cell padding.
int Right { get; }
get top cell padding.
int Top { get; }