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

...

Description

Excerpt

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

Signature
C#
C#
 public Group[] ListGroups()
{signature}{signature:
}
Signature
vb.net
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 
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 (e.g.,

removing

{{

Group

}}

objects

or

changing

their

order)

will

not

have

any

effect.

{remarks}