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