Show contents 

Ms > Ms Assembly Interfaces > IMsStubLoadSelectionValues > IMsStubLoadSelectionValues.Remove

IMsStubLoadSelectionValues.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Collection selection index.

Description

The Remove method removes selection with the specified index from the collection.

Comments

Indexing of collection selections is continuous and starts with zero.

If the removal is successful, the method returns True, otherwise it returns False.

See also:

IMsStubLoadSelectionValues