Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Groups or outlines the columns contained within the area.

Signature
C#
C#
 public void GroupColumns(boolean collapsed)
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub GroupColumns(ByVal collapsed As Boolean)
{signature}
{parameters}
{param:collapsed}{{true}} if the group is collapsed, {{false}} if not.{param}
{example}{code:csharp|title=C#}
Parameters
Param
collapsed
collapsed

true if the group is collapsed, false if not.

Example
Code Block
csharp
csharp
titleC#

a.GroupColumns(true);
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

a.GroupColumns(True)
{code} {example} {scrollbar}
Scrollbar