Hide Column in View (Embedded Column)

Hide Column in View (Embedded Column)

I am displaying a view/table and need to hide columns.  When I use "hideColumns=Contact_ID;Property_ID;Res_Unit_ID" it works fine, it hides the columns.  My problem is hiding the embedded columns.  I have have tried: "hideColumns=Property_ID.Address" but it stills shows the embedded column.  I have also tried "hideColumns=Property_ID[Address]" but it stills hows the column.

How do i hide the embedded columns?  Thank you.