ParametersCollection.AddParameter(String, Type, Object) Method
Adds a Parameter item to the collection with the specified name, type and value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that is the parameter’s name. |
type | Type | A Type of the value. |
value | Object | A Object that is the parameter’s value. |
Returns
Type | Description |
---|---|
Parameter | The newly added Parameter object. |
See Also