Skip to main content
Row

ParametersCollection.RemoveAt(Int32) Method

Removes a Parameter at the specified index from the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer that is the index of a parameter in the collection.

See Also