Class PageColumns
This class contains the page columns settings. It is used in the Columns property.
Inheritance
System.Object
PageColumns
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class PageColumns
Properties
Count
Gets or sets the number of columns.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Set this property to 0 or 1 if you don't want to use columns.
Positions
Gets or sets a list of column starting positions.
Declaration
public FloatCollection Positions { get; set; }
Property Value
Type | Description |
---|---|
FloatCollection |
Remarks
Each value represents a column starting position measured in the millimeters.
Width
Gets or sets the column width.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Assign(PageColumns)
Assigns values from another source.
Declaration
public void Assign(PageColumns source)
Parameters
Type | Name | Description |
---|---|---|
PageColumns | source | Source to assign from. |