ChartGroupCollectionItem Property Bytescout Spreadsheet SDK
Gets the ChartGroup at the specified index.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public ChartGroup this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: ChartGroup
The ChartGroup at the specified index.
See Also

Reference