Message-ID: <212189700.9595.1711696130315.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9594_1156232029.1711696130315" ------=_Part_9594_1156232029.1711696130315 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Area.GroupColumns(Boolean)

Area.GroupColumns(Boolean)

Description

= =20

Groups or outlines the columns contained within the area.

=20
C#
=20
 public void GroupColumns(boolean collapsed)
=20
=20
vb.net
=20
Public Sub GroupColumns(ByVal collapsed As Boolean)
=20
=20

Parameters

=20
collapsed
=20 true if the group is collapsed,=20 false if not.=20

Examples

=20
C#
=20
a.GroupColumns(true);
=20
=20
vb.net
=20
a.GroupColumns(True)
=20
------=_Part_9594_1156232029.1711696130315--