| Description |
| Places the text of the table into a string array. |
| Replacement in Object TOOLKIT: | pfcTable::GetText |
| Synopsis |
| #include <ProDwgtable.h> |
| ProError | ProDwgtableCelltextGet | ( |
| ProDwgtable* table | |
| /*
(In) |
| The table. |
| */ |
| int column | |
| /*
(In) |
| The column index. The column indices start at 1. |
| */ |
| int row | |
| /*
(In) |
| The row index. The row indices start at 1. |
| */ |
| ProParamMode mode | |
| /*
(In) |
| The mode type. Use 1 to get the text as displayed. Use 2 to get the text as shown in the full note editor, in n:&symbol notation. |
| */ |
| ProWstring** lines | |
| /*
(Out) |
| The text of the table. Free this using ProWstringproarrayFree(). |
| */ |
| ) |
| Returns |
|
|