ITabFormatConditions.Move

Syntax

Move(IndexFrom: Integer; IndexTo: Integer);

Parameters

The IndexFrom is the position index of a conditional format, which should be moved.

The IndexTo is the index of a destination position.

Description

The Move method moves conditional formats in the collection.

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

See also:

ITabFormatConditions