TableSetRowHeightΒΆ

TableSetRowHeight sets the row height in centimeters.

bool = TableSetRowHeight(hTable, rvHeight)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hTable

Identifies the table object.

rvHeight

rvHeight is a vector the row height in centimeters. The number of elements must match the number of rows in the table.

id-1222149