Cell.BottomPadding Property
Returns or sets an amount of space (in points) to add below the contents of a cell.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BottomPadding As Single
Get
Set
'Usage
Dim instance As Cell
Dim value As Single
value = instance.BottomPadding
instance.BottomPadding = value
float BottomPadding { get; set; }
Property Value
Type: System.Single
Remarks
The setting of the BottomPadding property for a single cell overrides the setting of the BottomPadding property for the entire table.