Groups or outlines the rows contained within the area.

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

true if the group is collapsed, false if not.

a.GroupRows(true);
a.GroupRows(True)