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 rows within the area.

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

...

{code}

{example}
{scrollbar}