Click or drag to resize
TableColumnWidth Property
Sets the width of all columns in the Table.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public double ColumnWidth { set; }

Property Value

Type: Double
Remarks
One unit of column width is equal to the width of one character in the Normal style. For proportional fonts, the width of the character 0 (zero) is used.
Examples

Please refer to the code example 2 in the OpenTable(String) method topic to learn how to set the column width of the Table.

See Also