Skip to main content
Row

ParametersCollection.Item[String] Property

Gets a Parameter with the specified name from a collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Parameter this[string name] { get; }

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