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

In This Topic
    ColumnGap Property
    In This Topic
    Gets or sets the horizontal gap between columns in the matrix.

    The default value is 0.

    Syntax
    'Declaration
     
    Public Property ColumnGap As System.Single
    public System.float ColumnGap {get; set;}
    See Also