Cells.VerticalAlignment Property
Returns or sets the vertical alignment of text in cells of a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property VerticalAlignment As WdCellVerticalAlignment
Get
Set
'Usage
Dim instance As Cells
Dim value As WdCellVerticalAlignment
value = instance.VerticalAlignment
instance.VerticalAlignment = value
WdCellVerticalAlignment VerticalAlignment { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdCellVerticalAlignment