Assembly: Tab;
The ITabUserInteractiveSelections interface contains properties and methods that are used to work with the collection of interactive cell ranges.
ITabUserInteractiveSelections
The collection of interactive cell ranges can be obtained in the ITabView.UserIntearactiveSelections property.
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. |
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: