Groups or outlines the columns contained within the area.

 public void GroupColumns(boolean collapsed)
Public Sub GroupColumns(ByVal collapsed As Boolean)

true if the group is collapsed, false if not.

a.GroupColumns(true);
a.GroupColumns(True)