
#############################
A3DPDFPageInsertButtonInTable
#############################

.. c:function:: A3DStatus A3DPDFPageInsertButtonInTable(A3DPDFPage *pPage, A3DPDFTable *pTable, A3DPDFButton *pButton, A3DInt32 iRowIndex, A3DInt32 iColumnIndex)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageInsertButtonInTable(:c:type:`~A3DPDFPage`\ * **pPage**\ , :c:type:`~A3DPDFTable`\ * **pTable**\ , :c:type:`~A3DPDFButton`\ * **pButton**\ , :c:type:`~A3DInt32` **iRowIndex**\ , :c:type:`~A3DInt32` **iColumnIndex**\ )
   
   Function to insert a button in a table. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pTable**\ : The Table object to insert in the table. 
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




