Back to Devexpress

ChartCollection.RemoveAt(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartcollection-dot-removeat-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

ChartCollection.RemoveAt(Int32) Method

Removes the element at the specified index of the ChartCollection instance.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void RemoveAt(
    int index
)
vb
Sub RemoveAt(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

A zero-based integer specifying the index of the object to remove. If it’s negative or exceeds the number of elements, an exception is raised.

|

See Also

ChartCollection Interface

ChartCollection Members

DevExpress.Spreadsheet.Charts Namespace