
############################
A3DPDFScrollTableBindToTable
############################

.. c:function:: A3DStatus A3DPDFScrollTableBindToTable(A3DPDFScrollTable *pScrollTable, A3DPDFDataTable *pDataTable, const A3DInt32 iSizeMap, const A3DInt32 *piMapColumns)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFScrollTableBindToTable(:c:type:`~A3DPDFScrollTable`\ \* **pScrollTable**\ , :c:type:`~A3DPDFDataTable`\ \* **pDataTable**\ , *const* :c:type:`~A3DInt32` **iSizeMap**\ , *const* :c:type:`~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
   
   




