[]
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.
public short? Columns { get; set; }
Public Property Columns As Short?
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when trying to set less than 1 or greater than 4. |