ColumnInfo.ColumnWidths

ColumnInfo.ColumnWidths property

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”

public string ColumnWidths { get; set; }

See Also