Documentation de l'API > Miscellaneous > Object ProTable > Function ProTableCelltextWrap
Function ProTableCelltextWrap
Description
Wrap text in cell
Synopsis
#include <ProTable.h>
ProTableCelltextWrap
(
ProTable* table
/* (In)
The table.
*/
int row
/* (In)
The row the cell belongs to, the first row is 1.
*/
int column
/* (In)
The column the cell belongs to, the first column is 1.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
Est-ce que cela a été utile ?