Returns the node number of the group.

Type Info:

Number As Long
Example:
Dim Groups As Groups
Dim Group As Group
Dim NodeNo As Long

Set Groups = Application.ActiveProjectFile.SubFiles(1).Groups
Set Group = Groups.Item(1)

NodeNo = Group.Number
Remarks: Read-only property.

See also:

Class Group

Last Updated: 03/10/04