Table.RightPadding Property
Returns or sets the amount of space (in points) to add to the right of 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 RightPadding As Single
Get
Set
'Usage
Dim instance As Table
Dim value As Single
value = instance.RightPadding
instance.RightPadding = value
float RightPadding { get; set; }
Property Value
Type: System.Single
Remarks
The setting of the RightPadding property for a single cell overrides the setting of the RightPadding property for the entire table.