Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrix Class / ColumnGapRule Property

In This Topic
    ColumnGapRule Property
    In This Topic
    Gets or sets the type of horizontal gap between columns in the matrix.

    Default value is OMathSpacingRule.Single.

    Syntax
    'Declaration
     
    Public Property ColumnGapRule As OMathSpacingRule
    public OMathSpacingRule ColumnGapRule {get; set;}
    See Also