Share via


OMathMatCol.Align Property

Returns or sets a WdOMathHorizAlignType constant that represents the horizontal alignment for arguments in a matrix column. Read/write.

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

Syntax

'Declaration
Property Align As WdOMathHorizAlignType
    Get
    Set
'Usage
Dim instance As OMathMatCol
Dim value As WdOMathHorizAlignType

value = instance.Align

instance.Align = value
WdOMathHorizAlignType Align { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdOMathHorizAlignType
WdOMathHorizAlignType

See Also

Reference

OMathMatCol Interface

OMathMatCol Members

Microsoft.Office.Interop.Word Namespace