OMathMat.ColGapRule Property

Returns or sets a WdOMathSpacingRule constant that represents the spacing rule for the space that appears between columns in a matrix. Read/write.

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

Syntax

'Declaration
Property ColGapRule As WdOMathSpacingRule
    Get
    Set
'Usage
Dim instance As OMathMat
Dim value As WdOMathSpacingRule

value = instance.ColGapRule

instance.ColGapRule = value
WdOMathSpacingRule ColGapRule { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdOMathSpacingRule
WdOMathSpacingRule

See Also

Reference

OMathMat Interface

OMathMat Members

Microsoft.Office.Interop.Word Namespace