Documentación de la API
>
Miscellaneous
>
Object ProTable
> Function ProTableRowsColumnsCount
Function ProTableRowsColumnsCount
Description
Counts the table rows and columns.
Synopsis
#include <
ProTable.h
>
ProError
ProTableRowsColumnsCount
(
ProTable
* table
/* (In)
The table
*/
int* n_rows
/* (Out)
rows count.
*/
int* n_columns
/* (Out)
columns count
*/
)
Returns
PRO_TK_NO_ERROR
Success .
PRO_TK_NOT_EXIST
The specified table or drawing does not exist.
User Guide References
Reading MBD or DrawingTables:ProTableRowsColumnsCount
Parent topic
Object ProTable
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado