[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.IndexFieldOptions.Columns

Columns Property

Columns

Gets or sets the number of columns per page.

Allowed values are from 1 to 4, inclusive.

If the value is null the index result does not change the current number of columns.

Default value is null.

Declaration
public short? Columns { get; set; }
Public Property Columns As Short?
Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown when trying to set less than 1 or greater than 4.