ParametersCollection.RemoveAt(Int32) Method
Removes a Parameter at the specified index from the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer that is the index of a parameter in the collection. |
See Also