Show / Hide Table of Contents

Class PageColumns

This class contains the page columns settings. It is used in the Columns property.

Inheritance
System.Object
PageColumns
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.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.

Back to top Generated by DocFX