TableStyle.TopPadding Property

Returns or sets the amount of space (in points) to add above the contents of all the cells in a table style.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property TopPadding As Single
    Get
    Set
'Usage
Dim instance As TableStyle
Dim value As Single

value = instance.TopPadding

instance.TopPadding = value
float TopPadding { get; set; }

Property Value

Type: System.Single

See Also

Reference

TableStyle Interface

TableStyle Members

Microsoft.Office.Interop.Word Namespace