Table.BottomPadding Property
Returns or sets the amount of space (in points) to add below the contents of a single cell or all the cells in a table.
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 Table
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.