Documentação da API > Miscellaneous > Object ProTable > Function ProTableColumnWidthGet
Function ProTableColumnWidthGet
Description
Get the column width of a table.
Synopsis
#include <ProTable.h>
ProTableColumnWidthGet
(
ProTable* table
/* (In)
The reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
/* (In)
Size type.If PROTABLESIZE_CHARACTERS,then column_width will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE.
*/
double* column_width
/* (Out)
Column width
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The column width could not get
User Guide References
Isto foi útil?