Show / Hide Table of Contents

Class TrendlineCollection

Inheritance
System.Object
TrendlineCollection
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TrendlineCollection : IEnumerable<TrendLine>

Methods

Add()

Declaration
public TrendLine Add()
Returns
Type Description
TrendLine

GetEnumerator()

Declaration
public IEnumerator<TrendLine> GetEnumerator()
Returns
Type Description
IEnumerator<TrendLine>
Back to top Generated by DocFX