Page tree

Versions Compared

Key

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

Excerpt

Ungroups the columns within the area.

{signature}
{example}{code:csharp|title=C#}
a.UngroupColumns();
{code}
{code:vb.net
|title=vb.net
}
a.UngroupColumns()
Signature
C#C#
Wiki Markup
{description}
{excerpt}Ungroups the columns within the area.{excerpt}
{signature:C#}
 public void UngroupColumns()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub UngroupColumns()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}