TableSetColumnWidthΒΆ
TableSetColumnWidth sets the column width in centimeters.
- bool = TableSetColumnWidth(hTable, rvWidth)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hTable
Identifies the table object.
- rvWidth
rvWidth is a vector with the column width in centimeters. The number of elements must match the number of columns.
See also
id-1501280