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
Wiki Markup
{description}
{excerpt}Groups or outlines the columns contained within the area.{excerpt}
{signature:C#}
 public void GroupColumns(boolean collapsed)
{signature}{signature: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#}
a.GroupColumns(true);{code}
{code:vbnet|title=vb.net}
a.GroupColumns(True){code}

{example}
{scrollbar}