Groups.RemoveEx

This function removes (deletes) the specified Group from the collection (with audit log explanation).

Syntax Parameters Return Value
Sub Groups.RemoveEx( _
    Index As Variant, _
    RemoveInfo As RemoveInfo)
  • Index [in]

The 1-based index (or name) of the group to remove.

Type: Variant

  • RemoveInfo [in]

An explanation for why the item is being removed.

Type: RemoveInfo

This function does not return a value.