The logic is get the cell value from the table and if it matches use the same index and hide the column.
The problem here is CellText logic follows the actual displayed table (only Enabled) and the Expressions.Item(ColNo) follows the actual columns (Enabled and Disabled). (I have some disabled columns on my table and yes, I want to keep them)
Can someone suggest a way to get Expression Label from Properties than using the actual displayed table?