API 설명서 > Miscellaneous > Object ProTable > Function ProTableColumnWidthSet
Function ProTableColumnWidthSet
Description
Set the column width of a table.
Synopsis
#include <ProTable.h>
ProTableColumnWidthSet
(
ProTable* table
/* (In)
The reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
double column_width
/* (In)
Column width
*/
/* (In)
Size type.If PROTABLESIZE_CHARACTERS,then column_width will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The column width could not set.
The object or model can't be modified.
User Guide References
도움이 되셨나요?