Remove

The Remove method of the OlapTreeNodes collection removes an existing OlapTreeNode from the collection.

Syntax

Remove(Index)

Calling Arguments
Index
Specifies the OlapTreeNode object to be removed from the collection. If an integer, Index specifies the ordinal position of the item in the collection. If a string, Index specifies the key assigned to the item when it was added to the collection.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.