Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellPadding Class / Bottom Property

In This Topic
    Bottom Property (CellPadding)
    In This Topic
    Gets or sets the amount of space (in points) to add below the contents of a single cell or all cells in a table.
    Syntax
    'Declaration
     
    Public Property Bottom As System.Single
    public System.float Bottom {get; set;}
    See Also