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}Ungroups the columns within the area.{excerpt}
{signature:C#}
 public void UngroupColumns()
{signature}{signature:vb.net}
Public Sub UngroupColumns()
{signature}
{example}{code:csharp|title=C#}
a.UngroupColumns();{code}
{code:vb.net|title=vb.net}
a.UngroupColumns(){code}

{example}
{scrollbar}