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

ParametersCollection.AddParameter(String) Method

Adds a Parameter item to the collection with the specified name.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

Parameter AddParameter(
    string name
)

Parameters

Name Type Description
name String

A string that is the parameter’s name.

Returns

Type Description
Parameter

The newly added Parameter object.

See Also