ParametersCollection.Item[String] Property
In This Article
Gets a Parameter with the specified name from a collection.
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 name of the parameter. |
#Property Value
Type | Description |
---|---|
Parameter | A Parameter object contained in the collection. |
See Also