Description | ||||||||
Setup rows properties | ||||||||
Synopsis | ||||||||
#include <ProTable.h> | ||||||||
ProError | ProTableDataRowsSet | ( | ||||||
ProTableData data | ||||||||
/* (In) | ||||||||
The ProTableData structure | ||||||||
*/ | ||||||||
int n_rows | ||||||||
/* (In) | ||||||||
Number of rows. The maximum number of rows that can be specified is 100. | ||||||||
*/ | ||||||||
double* heights | ||||||||
/* (In) | ||||||||
ProArray of row heights | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|