Rows.DistanceTop Property

Returns or sets the distance (in points) between the document text and the top edge of the specified table.

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

Syntax

'Declaration
Property DistanceTop As Single
    Get
    Set
'Usage
Dim instance As Rows
Dim value As Single

value = instance.DistanceTop

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

Property Value

Type: System.Single

Remarks

This property doesn't have any effect if WrapAroundText is False.

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.Word Namespace