Bookmark.OMaths Property (2007 System)

Gets the equations that are contained in the Bookmark.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property OMaths As OMaths
'Usage
Dim instance As Bookmark 
Dim value As OMaths 

value = instance.OMaths
[BrowsableAttribute(false)]
public OMaths OMaths { get; }
[BrowsableAttribute(false)]
public:
property OMaths^ OMaths {
    OMaths^ get ();
}
public function get OMaths () : OMaths

Property Value

Type: OMaths
A OMaths collection that contains the equations in the Bookmark.

.NET Framework Security

See Also

Reference

Bookmark Class

Bookmark Members

Microsoft.Office.Tools.Word Namespace