OMathMatCol.Align Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a WdOMathHorizAlignType constant that represents the horizontal alignment for arguments in a matrix column. Read/write.
public:
property Microsoft::Office::Interop::Word::WdOMathHorizAlignType Align { Microsoft::Office::Interop::Word::WdOMathHorizAlignType get(); void set(Microsoft::Office::Interop::Word::WdOMathHorizAlignType value); };
public Microsoft.Office.Interop.Word.WdOMathHorizAlignType Align { get; set; }
member this.Align : Microsoft.Office.Interop.Word.WdOMathHorizAlignType with get, set
Public Property Align As WdOMathHorizAlignType