Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Groups or outlines the columns contained within the area.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Groups or outlines the columns contained within the area.{excerpt}
{signature:C#}
 public void GroupColumns(boolean collapsed)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub GroupColumns(ByVal collapsed As Boolean)
Parameters
{signature}
{parameters}
{param:collapsed}{{true}} if the group is collapsed, {{false}} if not.{param}
{example}{code:csharp|title=C#}
a.GroupColumns(true);
{code}
{code:vbnet|title=vb.net
}
a.GroupColumns(True)
Param
collapsedcollapsed

true if the group is collapsed, false if not.

Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}