OMathNary.Grow Property

Returns or sets a Boolean that represents whether n-ary operators grow to the full height of the arguments that they contain. Read/write.

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

Syntax

'Declaration
Property Grow As Boolean
    Get
    Set
'Usage
Dim instance As OMathNary
Dim value As Boolean

value = instance.Grow

instance.Grow = value
bool Grow { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

OMathNary Interface

OMathNary Members

Microsoft.Office.Interop.Word Namespace