
Gets or sets the number of columns on a page.
Introduced: 15.0.
[C#]
public int Columns { get; set; }
[Visual Basic]
Public Property Columns() As Integer
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.