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