Class ExcelSparklineGroupCollection
- Namespace
- OfficeOpenXml.Sparkline
- Assembly
- Magicodes.EPPlus.dll
public class ExcelSparklineGroupCollection : IEnumerable<ExcelSparklineGroup>, IEnumerable
- Inheritance
-
ExcelSparklineGroupCollection
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Count
public int Count { get; }
Property Value
- int
this[int]
public ExcelSparklineGroup this[int index] { get; }
Parameters
index
int
Property Value
- ExcelSparklineGroup
Methods
Add(eSparklineType, ExcelAddressBase, ExcelAddressBase)
public ExcelSparklineGroup Add(eSparklineType type, ExcelAddressBase locationRange, ExcelAddressBase dataRange)
Parameters
type
eSparklineType
locationRange
ExcelAddressBase
dataRange
ExcelAddressBase
Returns
- ExcelSparklineGroup
GetEnumerator()
public IEnumerator<ExcelSparklineGroup> GetEnumerator()
Returns
- IEnumerator<ExcelSparklineGroup>
Remove(ExcelSparklineGroup)
public void Remove(ExcelSparklineGroup sparklineGroup)
Parameters
sparklineGroup
ExcelSparklineGroup
RemoveAt(int)
public void RemoveAt(int index)
Parameters
index
int