SparklineGroupCollection Class

SparklineGroupCollection class

Encapsulates a collection of objects.


type SparklineGroupCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGets the SparklineGroup element at the specified index.
Add_SparklineTypeAdds an SparklineGroup with a Sparkline to the collection.
Add_SparklineType_String_Bool_CellAreaAdds an SparklineGroup with some Sparkline to the collection.
ClearSparklinesClears the sparklines that are inside an area of cells.
ClearSparklineGroupsClears the sparkline groups that overlap an area of cells.
GetCountGets the number of elements contained in the instance.