TableColumnWidth Property |
Sets the width of all columns in the Table.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic double ColumnWidth { set; }
Public WriteOnly Property ColumnWidth As Double
Set
Property Value
Type:
Double
RemarksOne 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.
ExamplesPlease 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