I basically just want to delete the text in the layout column and add new text. I know it's easy for existing columns (it would just be something like obj."Attribute 1" = "") but I'm having trouble referencing the DXL layout column and getting it to delete it. Here's a couple things I've tried with no luck:
Column disp = currentColumn
// filter through objects
void obj."disp"
display ""
null display
Right-click on the column header and open Properties -> Layout DXL -> Browse -> Current and delete all code. Click OK. You will get blank layout dxl column. Is that what you want?