ColumnInfo

ColumnInfo class

This class represents a columns info.

The ColumnInfo type exposes the following members:

Constructors

NameDescription
ColumnInfo()Initializes a new instance of the ColumnInfo class

Properties

NameDescription
column_widthsGets or sets a string that contains the width of columns.
The value of each column should be separated by blank.The default unit is point,
but cm, inch and percentage of available width are also supported.
For example,“120 2.5cm 1.5inch”
column_spacingGets or sets a string that contains the spacing between columns.
The value of each spacing should be separated by blank. The default unit is point,
but cm and inch are also supported.For example,“120 2.5cm 1.5inch”.
column_countGets or sets a int value that indicates the number of columns.

See Also