Documentación de la API > Miscellaneous > Object ProTable > Function ProTableRowsColumnsCount
Function ProTableRowsColumnsCount
Description
Counts the table rows and columns.
Synopsis
#include <ProTable.h>
ProTableRowsColumnsCount
(
ProTable* table
/* (In)
The table
*/
int* n_rows
/* (Out)
rows count.
*/
int* n_columns
/* (Out)
columns count
*/
)
Returns
Success .
The specified table or drawing does not exist.
User Guide References
¿Fue esto útil?