Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ParametersCollection.RemoveAt(Int32) Method

Removes a Parameter at the specified index from the collection.

Namespace: DevExpress.Spreadsheet

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

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