MatrixProperties.ColumnGapRule Property

Matrix Column Gap Rule.Represents the element tag in schema: m:cGpRule

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ColumnGapRule As ColumnGapRule
    Get
    Set
'Usage
Dim instance As MatrixProperties
Dim value As ColumnGapRule

value = instance.ColumnGapRule

instance.ColumnGapRule = value
public ColumnGapRule ColumnGapRule { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Math.ColumnGapRule
Returns ColumnGapRule.

See Also

Reference

MatrixProperties Class

MatrixProperties Members

DocumentFormat.OpenXml.Math Namespace