
'Declaration
<DefaultMemberAttribute("Item")> Public Class SeriesCollection Inherits WorksheetElement
'Usage
Dim instance As SeriesCollection
[DefaultMember("Item")] public class SeriesCollection : WorksheetElement
System.Object
Xceed.Workbooks.NET.WorkbookElement
Xceed.Workbooks.NET.WorksheetElement
Xceed.Workbooks.NET.SeriesCollection
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Series in the SeriesCollection. |
![]() | Item | Overloaded. Gets a Series from the SeriesCollection. |
Name | Description | |
---|---|---|
![]() | AddFromCells | Overloaded. Adds a Series of type T to the SeriesCollection. |
![]() | AddFromValues<T> | Adds a Series of type T to the SeriesCollection, using values to create said Series. |
![]() | ForEach<Series> | |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. Removes a Series from the SeriesCollection. |
![]() | RemoveAt | Removes the Series positioned at the specified index in the SeriesCollection. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2