Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ParametersCollection.Item[String] Property

Gets a Parameter with the specified name from a collection.

Namespace: DevExpress.Spreadsheet

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

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