
##################################
A3DPDFCheckBoxSetForCheckAllColumn
##################################

.. c:function:: A3DStatus A3DPDFCheckBoxSetForCheckAllColumn(A3DPDFCheckBox *pCheckBox, const A3DPDFScrollTable *pScrollTable, const A3DInt32 iColumnIndexInST)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFCheckBoxSetForCheckAllColumn(:c:type:`~A3DPDFCheckBox`\ * **pCheckBox**\ , *const* :c:type:`~A3DPDFScrollTable`\ * **pScrollTable**\ , *const* :c:type:`~A3DInt32` **iColumnIndexInST**\ )
   
   This function associates the specified CheckBox with a Scroll Table column of type :c:enumerator:`~kA3DPDFCheckBoxContent`\ ,. 
   
   **Parameters**
   
   
      **pCheckBox**\ : The CheckBox to convert into a 'check/uncheck all' CheckBox. 
   
      **pScrollTable**\ : The Scroll Table to work on, containing a column of type :c:enumerator:`~kA3DPDFCheckBoxContent`\ . 
   
      **iColumnIndexInST**\ : The index of the :c:enumerator:`~kA3DPDFCheckBoxContent` column in the Scroll Table.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




