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

In This Topic
    ColumnMinWidth Property
    In This Topic
    Gets or sets the minimum column width of a matrix.

    The actual column width of a matrix will be the greater of either the width of the columns widest argument or the value of this property.

    Allowed values are from 0 to 1584, inclusive.

    Default value is 0.

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