Laner > Laner Assembly Interfaces > ILanerSeries
Assembly: Laner;
Namespace: Prognoz.Platform.Interop.Laner;
The ILanerSeries interface contains properties and methods used to work with working area series collection.
ILanerSeries
To work with a separate series, use the ILanerSerie interface.
Property name | Brief description | |
![]() |
The HaveUnsavedData property returns whether the workbook contains any series with the unsaved data. |
Method name | Brief description | |
![]() |
Outdated. Use ILanerSeries.AddCalculateSerie. | |
![]() |
The AddCalculateSerie method adds a calculated series. | |
![]() |
The AddCalculateSerieAsLocal method adds a new data series. | |
![]() |
The AddCalculateSerieAsSource method adds a calculated series based on the specified series. | |
![]() |
The AddEmptyGroup method adds an empty group of series. | |
![]() |
The AddGroupSerie method adds a series group. | |
![]() |
Outdated. Use ILanerSeries.AddCalculateSerieAsSource. | |
![]() |
The Clear method clears the working area series collection. | |
![]() |
The Copy method copies the series set to the clipboard. | |
![]() |
The CreateMetaAttributeValues method creates the attribute values collection. | |
![]() |
The CreateSet method creates an empty set of series. | |
![]() |
The MoveByKey method moves the series in the collection by their keys. | |
![]() |
The MoveTo method moves the series in the collection by their indexes. | |
![]() |
The Paste method pastes the series set from the clipboard. | |
![]() |
The Remove method removes the series from the collection by its index. | |
![]() |
The RemoveByKey method removes the series from the collection by its key. | |
![]() |
The RemoveGroupedByKey method removes the series from the collection by its key considering the user groups hierarchy. | |
![]() |
The RemoveSeries method removes the specified series from the workbook. |
Property name | Brief description | |
![]() |
The Count property returns the number of series in collection. | |
![]() |
The Item property returns the series from the collection by its index. |
Method name | Brief description | |
![]() |
The FindById method searches the series in the collection by its identifier. | |
![]() |
The FindByKey method searches the series in the collection by its key. |
See also: