Remove DataColumn ================= Category -------- DataTable Commands Description ----------- This command allows you to remove a datacolumn from a DataTable. Use this command when you want to remove a datacolumn from a DataTable. Parameters ---------- **Datatable Name** Input a Datatable name **Column Name** Enter the name or index (e.g., Column0, Column1, ..., Column{i}) of the column to be removed from Datatable Returned Value -------------- [ReturnValue] Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Remove DataColumn\\Remove DataColumn.xml` See Also -------- - :doc:`Add DataColumn ` - :doc:`Add DataRow ` - :doc:`Clear DataTable ` - :doc:`Create DataTable ` - :doc:`Filter DataTable ` - :doc:`Get DataTable Row Count ` - :doc:`Get DataTable Value ` - :doc:`Output DataTable ` - :doc:`Parse Dataset Row ` - :doc:`Remove DataRow ` - :doc:`Sort DataTable ` - :doc:`Update DataTable Value `