ITabUserInteractiveSelections

Assembly: Tab;

Description

The ITabUserInteractiveSelections interface contains properties and methods that are used to work with the collection of interactive cell ranges.

Inheritance Hierarchy

ITabUserInteractiveSelections

Comments

The collection of interactive cell ranges can be obtained in the ITabView.UserIntearactiveSelections property.

Properties

  Property name Brief description
Count The Count property returns the number of interactive ranges in the collection.
Item The Item property returns interactive range settings with the specified index.

Methods

  Method name Brief description
Add The Add method creates an interactive range and returns its settings.
Clear The Clear method removes all interactive ranges from the collection.
Remove The Remove method removes interactive range with the specified index and returns whether removal is successful.

See also:

Tab Assembly Interfaces