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