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

Introduced: 15.0.

Syntax

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

Limitations

Read only.

Remarks

The size of the array is the number of columns.

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.