Share via


Util.Math Property

Gets a reference to the MathObject object.

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

Syntax

'Declaration
ReadOnly Property Math As MathObject
    Get
'Usage
Dim instance As Util
Dim value As MathObject

value = instance.Math
MathObject Math { get; }

Property Value

Type: Microsoft.Office.Interop.InfoPath.MathObject

Remarks

You can access all of the methods that the MathObject object provides by using the Math property.

See Also

Reference

Util Interface

Util Members

Microsoft.Office.Interop.InfoPath Namespace