[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellPadding.Bottom

Bottom Property

Bottom

Gets the bottom cell padding.

Declaration
public int Bottom { get; }
Public ReadOnly Property Bottom As Integer
Implements
Examples
CellPadding padding = new CellPadding(10, 20, 10, 5);
int bottom = padding.Bottom;