A collection of s exposed from a
Inheritance
object
Implements
- IEnumerable<SparklineGroup>
- IEnumerable
Properties
Section titled "Properties"Count
Section titled "Count"Returns the total number of items in the collection.
public int Count { get; } GenerateGuidsForGroups
Section titled "GenerateGuidsForGroups"Determines if guids will be generated for groups.
public bool GenerateGuidsForGroups { get; set; } this[int]
Section titled "this[int]"Indexer
public SparklineGroup this[int index] { get; } Methods
Section titled "Methods"Add(SparklineType, string, string, Action<SparklineGroup>, CellReferenceMode?)
Section titled "Add(SparklineType, string, string, Action<SparklineGroup>, CellReferenceMode?)"Adds a new
public SparklineGroup Add(SparklineType type, string locationRange, string dataRange, Action<SparklineGroup> groupInitializer = null, CellReferenceMode? cellReferenceMode = null) Parameters
- type:
SparklineType - locationRange:
string - dataRange:
string - groupInitializer:
Action - cellReferenceMode:
CellReferenceMode?
Returns any
Clear()
Section titled "Clear()"Clears all items from the collection
public void Clear() Returns any
Contains(SparklineGroup)
Section titled "Contains(SparklineGroup)"Returns true if the collection contains the item
public bool Contains(SparklineGroup group) Parameters
- group:
SparklineGroup
Returns any
GetEnumerator()
Section titled "GetEnumerator()"Returns an enumerator for the SparklineGroups in the collection.
public IEnumerator<SparklineGroup> GetEnumerator() Returns any
IndexOf(SparklineGroup)
Section titled "IndexOf(SparklineGroup)"Gets the index of the item in the collection
public int IndexOf(SparklineGroup group) Parameters
- group:
SparklineGroup
Returns any
Remove(SparklineGroup)
Section titled "Remove(SparklineGroup)"Removes a group from the collection
public bool Remove(SparklineGroup group) Parameters
- group:
SparklineGroup
Returns any
RemoveAt(int)
Section titled "RemoveAt(int)"Removes a group from the collection
public void RemoveAt(int index) Parameters
- index:
int