ITabFormatConditions.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

The IndexFrom is the position index of a conditional format which needs to be moved.

The IndexTo is the index of a destination position.

Description

The Move method is used to move conditional formats in the collection.

It is used to change the priority of applying conditional formats. Formats located at the beginning of a collection are applied first.

See also:

ITabFormatConditions