Home
Up
Count
Item
Add
Move
MoveUp
MoveDown
Remove
OnBarRecordAdded
OnBarRecordChanged
OnBarRecordRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupAdded
OnGroupChanged
OnGroupRemoved
OnGroupMoved

GroupCollection.Remove

Removes a group from the collection

Syntax

barlist.Groups.Remove(index)

Parameters

index

Index of the group.  The index can be a 1-based index or the name of the group

Returns

None

Example

This example removes a group named "New Group"

barlist.Groups.Remove("New Group")

 

Copyright © 1999, Washington State Department of Transportation