Back to Devexpress

ParametersCollection.Item[String] Property

officefileapi-devexpress-dot-spreadsheet-dot-parameterscollection-dot-item-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

ParametersCollection.Item[String] Property

Gets a Parameter with the specified name from a collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Parameter this[string name] { get; }
vb
ReadOnly Property Item(name As String) As Parameter

Parameters

NameTypeDescription
nameString

A string that is the name of the parameter.

|

Property Value

TypeDescription
Parameter

A Parameter object contained in the collection.

|

See Also

ParametersCollection Interface

ParametersCollection Members

DevExpress.Spreadsheet Namespace