Item

IChartDataWorksheetCollection indexer

Returns the worksheet by index.

public IChartDataWorksheet this[int index] { get; }
ParameterDescription
indexIndex of the worksheet in the collection.

Return Value

Instance of the IChartDataWorksheet.

See Also