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
vb.net
vb.net
Public Sub GroupColumns(ByVal collapsed As Boolean)
Parameters
Param
collapsed
collapsed

true if the group is collapsed, false if not.

Example
Code Block
csharp
csharp
titleC#
a.GroupColumns(true);
Code Block
vbnet
vbnet
titlevb.net
a.GroupColumns(True)
Scrollbar