$(".apexir_WORKSHEET_DATA").find("[headers='COLUMN_NAME']").hide();
$('#COLUMN_NAME').hide();
Why would you need this?
In case the end user wants to search for a text and doesn't need the corresponding column to be displayed.
But you may need it in a other situation?
