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}Returns an array of all the [Group|Group] objects in the collection.{excerpt}
{signature:C#}
 public Group[] ListGroups()
{signature}{signature:vb.net}
Public Function ListGroups() As Group()
{signature}
{returns}An array of all the {{Group}} objects in the collection.{returns}
{remarks}
Note that the array returned by {{ListGroups}} is a copy of the internal structure that ExcelWriter uses to manage {{Groups}}.  As such, operations on individual {{Group}} objects in the array will take effect in the workbook, but operations on the array (e.g., removing {{Group}} objects or changing their order) will not have any effect.
{remarks}