Gets or sets the number of columns on a page.

Introduced: 15.0.

Syntax

public int Columns { get; set; }
Public Property Columns() As Integer

Remarks

The property's default value is 1.

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