A collection of s exposed from a
Inheritance
object
Implements
- IEnumerable<Sparkline>
- IEnumerable
Properties
Section titled "Properties"Count
Section titled "Count"Returns the total number of items in the collection.
public int Count { get; } this[int]
Section titled "this[int]"Indexer
public Sparkline this[int index] { get; } Methods
Section titled "Methods"Add(int, int, string, CellReferenceMode?)
Section titled "Add(int, int, string, CellReferenceMode?)"Adds a new with no sparklines
public Sparkline Add(int row, int column, string dataRegion, CellReferenceMode? cellReferenceMode = null) Parameters
- row:
int - column:
int - dataRegion:
string - cellReferenceMode:
CellReferenceMode?
Returns any
Clear()
Section titled "Clear()"Clears all items from the collection
public void Clear() Returns any
Contains(Sparkline)
Section titled "Contains(Sparkline)"Returns true if the collection contains the item
public bool Contains(Sparkline sparkline) Parameters
- sparkline:
Sparkline
Returns any
GetEnumerator()
Section titled "GetEnumerator()"Returns an enumerator for the sparklines in the collection.
public IEnumerator<Sparkline> GetEnumerator() Returns any
IndexOf(Sparkline)
Section titled "IndexOf(Sparkline)"Gets the index of the item in the collection
public int IndexOf(Sparkline sparkline) Parameters
- sparkline:
Sparkline
Returns any
Remove(Sparkline)
Section titled "Remove(Sparkline)"Removes a sparkline from the collection
public bool Remove(Sparkline sparkline) Parameters
- sparkline:
Sparkline
Returns any
RemoveAt(int)
Section titled "RemoveAt(int)"Removes a sparkline from the collection
public void RemoveAt(int index) Parameters
- index:
int