Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabPageContinuousRanges interface contains properties and methods that are used to work with continuous ranges collection in the table.
| Property name | Brief description | |
| Count | The Count property returns the number of continuous ranges in the table. | |
| ItemLenght | The ItemLength property returns the length of the defined continuous range. | |
| ItemPosition | The ItemPosition property returns the start position of the continuous range. |
| Method name | Brief description | |
| Add | The Add method creates a new continuous range in the table. | |
| Assign | The Assign method sets continuous ranges passed as input parameters for the current table. | |
| Remove | The Remove method removes the specified continuous range from the table. | |
| RemoveAll | The RemoveAll method removes all continuous ranges in the table. |
See also: