Gets a table in the document.
Parameters
NUM_BIN_4 |
partHandle |
Handle of the document part in which the table will be inserted. |
NUM_BIN_4 |
position |
Position in the document part (see positioning constants). |
NUM_BIN_4 |
reference |
Position reference or index. |
ALPHA(n) |
styleId |
ID of the style to apply ('table' type) or *BLANK. |
NUM_BIN_4 |
nbRows |
Number of lines. |
NUM_BIN_4 |
nbCols |
Number of columns. |
NUM_E(15,9) |
width |
Total size of the table. |
BOOL |
hasData |
Initializes the cells. |
ALPHA(n) |
cellData(n) |
Cell data. |
NUM_BIN_4 |
cellDataLen |
cellData variable length. |
NUM_BIN_4 |
tableHandle |
Table handle.
Output parameter. |
NUM_BIN_4 |
rc |
Function return code (see Error codes constants).
Output parameter. |
List of DocxToolBx DLL functions - Table class