Documentação da API > Miscellaneous > Object ProTable > Function ProTableDataColumnsSet
Function ProTableDataColumnsSet
Description
Setup column properties
Synopsis
#include <ProTable.h>
ProTableDataColumnsSet
(
/* (In)
The ProTableData structure
*/
int n_columns
/* (In)
Number of columns. The maximum number of columns that can be specified is 50.
*/
double* widths
/* (In)
ProArray of Column widths
*/
ProHorzJust* justifications
/* (In)
ProArray of Justifications
*/
)
Returns
Success
Bad input argument
User Guide References
Isto foi útil?