| Description |
| Copies a predefined component and places it in the table in the designated cell. The component will be displayed in this cell. |
| Synopsis |
| #include <ProUITable.h> |
| ProError | ProUITableCellComponentCopy | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the table. |
| */ |
| char* component | |
| /*
(In) |
| The table name. |
| */ |
| char* row | |
| /*
(In) |
| The row containing the target cell. |
| */ |
| char* column | |
| /*
(In) |
| The column containing the target cell. |
| */ |
| char* source_device | |
| /*
(In) |
| The name of the dialog from which to copy the component. |
| */ |
| char* source_component | |
| /*
(In) |
| The name of the component to copy. |
| */ |
| char* name | |
| /*
(In) |
| The name for the copied component in the table. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProUITableCellComponentDelete |
| ProUITableComponentCopy |