Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextColumnCollection Class / EvenlySpaced Property

In This Topic
    EvenlySpaced Property
    In This Topic
    Gets or sets a value indicating whether all text columns are of equal width and evenly spaced.
    Syntax
    'Declaration
     
    Public Property EvenlySpaced As System.Boolean
    public System.bool EvenlySpaced {get; set;}
    Remarks
    If you set Spacing or Width on this TextColumnCollection, this property will be automatically set to true. Also, setting this property may change Spacing and Width values.
    See Also