Overload | Description |
---|---|
AddFromCells<T>(Int32,Int32,Int32,Int32,Worksheet) | Adds a Series of type T to the SeriesCollection & takes the Series' values from the content of a CellRange, itself identified by Rows & Columns Ids. |
AddFromCells<T>(String,String,Worksheet) | Adds a Series of type T to the SeriesCollection & takes the Series' values from the content of a CellRange, itself identified by Addresses. |