ITabView.UserIntearactiveSelections

Syntax

UserIntearactiveSelections: ITabUserInteractiveSelections;

Description

The UserIntearactiveSelections property returns the collection of interactive cell ranges.

Comments

Interactive ranges are used to visualize table cell selection. Each range has own border formatting, changing of interactive range can also be limited.

Example

The example of use is given in description of the ITabUserInteractiveSelections.Add method.

See also:

ITabView