Gets or sets a value indicating whether the columns on a page have all the same width and the same distance between them. If this property is set to true, the width of the columns are automatically calculated from the page size. The common distance can be specified with the SectionFormat.ColumnDistances property.

Introduced: 15.0.

Syntax

public bool EqualColumnWidth { get; set; }
Public Property EqualColumnWidth() As Boolean

Remarks

The property's default value is true.

The property returns its default value when the text selection contains multiple sections with mixed setting. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.