Class ColumnInfo

ColumnInfo class

This class represents a columns info.

public sealed class ColumnInfo

Constructors

NameDescription
ColumnInfo()The default constructor.

Properties

NameDescription
ColumnCount { get; set; }Gets or sets a int value that indicates the number of columns.
ColumnSpacing { get; set; }Gets 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”.
ColumnWidths { get; set; }Gets 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”

See Also