Hi,
I want to make invisible the Column of the table dynamically on press of a button.
I had set the Visible property of the Column with with context attribute of type visibility and wrote this in
wdDoModifyView method,
wdThis.wdGetContext().currentContextElement().setColVis(WDVisibility.VISIBLE);
But how do I call wdDoModifyView method on click of that button.
Regards,
Prakash