A3DPDFScrollTableBindToTable

A3DStatus A3DPDFScrollTableBindToTable(A3DPDFScrollTable *pScrollTable, A3DPDFDataTable *pDataTable, const A3DInt32 iSizeMap, const A3DInt32 *piMapColumns)
A3DStatus A3DPDFScrollTableBindToTable(A3DPDFScrollTable* pScrollTable, A3DPDFDataTable* pDataTable, const A3DInt32 iSizeMap, const A3DInt32* piMapColumns)

Function to bind a widget scroll table to a table.

Parameters

pScrollTable: The scroll table object to bind to a table.

pDataTable: The Data Table object to bind the widget to.

iSizeMap: Size of the following array.

piMapColumns: Array of indexes (starting from 0) of column mapped to this widget.

Returns

A3D_SUCCESS in case of success or an error code