Page tree

Versions Compared

Key

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

Excerpt

Returns an array of all the Group objects in the collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns an array of all the [Group|Group] objects in the collection.{excerpt}
{signature:C#}
 public Group[] ListGroups()
Signature
{signature}{signature:vb.net
vb.net
}
Public Function ListGroups() As Group()
Returns

An array of all the Group objects in the collection.

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
{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}