PreviousTableCellProperties.TableCellVerticalAlignment Property
TableCellVerticalAlignment.Represents the element tag in schema: w:vAlign
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableCellVerticalAlignment As TableCellVerticalAlignment
Get
Set
'Usage
Dim instance As PreviousTableCellProperties
Dim value As TableCellVerticalAlignment
value = instance.TableCellVerticalAlignment
instance.TableCellVerticalAlignment = value
public TableCellVerticalAlignment TableCellVerticalAlignment { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment
See Also
Reference
PreviousTableCellProperties Class