OMathFunction.Box 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 an OMathBox object that represents an invisible box around an equation or part of an equation to which you can apply properties that affect the mathematical or formatting properties, such as line breaks. Read-only.
public:
property Microsoft::Office::Interop::Word::OMathBox ^ Box { Microsoft::Office::Interop::Word::OMathBox ^ get(); };
public Microsoft.Office.Interop.Word.OMathBox Box { get; }
member this.Box : Microsoft.Office.Interop.Word.OMathBox
Public ReadOnly Property Box As OMathBox