OMathEqArray.RowSpacingRule 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 WdOMathSpacingRule that represents the rule that defines spacing in an equation array. Read/write.
public:
property Microsoft::Office::Interop::Word::WdOMathSpacingRule RowSpacingRule { Microsoft::Office::Interop::Word::WdOMathSpacingRule get(); void set(Microsoft::Office::Interop::Word::WdOMathSpacingRule value); };
public Microsoft.Office.Interop.Word.WdOMathSpacingRule RowSpacingRule { get; set; }
member this.RowSpacingRule : Microsoft.Office.Interop.Word.WdOMathSpacingRule with get, set
Public Property RowSpacingRule As WdOMathSpacingRule