ColumnInfo.ColumnSpacing

ColumnInfo.ColumnSpacing property

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”.

public string ColumnSpacing { get; set; }

Remarks

If this property is not set, default value 0 will be used for each spacing.

See Also