Gets the distances, in twips, between the columns on a page. This property is read only, to set new distances one of the SectionFormat constructors must be used.

Introduced: 15.0.

Syntax

public int[] ColumnDistances { get; }
Public ReadOnly Property ColumnDistances() As Integer()

Limitations

Read only.

Remarks

The size of the array is: number of columns - 1

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