Show contents 

Express > Express Assembly Interfaces > IEaxSheets > IEaxSheets.Move

IEaxSheets.Move

Fore Syntax

Move(OldIndex: Integer; NewIndex: Integer);

Fore.NET Syntax

Move(OldIndex: Integer; NewIndex: Integer);

Parameters

OldIndex. The position index from what the sheet must be moved.

NewIndex. The position index to what the sheet must be moved.

Description

The Move method moves the sheet inside the collection.

See also:

IEaxSheets