Back to Devexpress

ParametersCollection.AddParameter(String) Method

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

latest1.4 KB
Original Source

ParametersCollection.AddParameter(String) Method

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Parameter AddParameter(
    string name
)
vb
Function AddParameter(
    name As String
) As Parameter

Parameters

NameTypeDescription
nameString

A string that is the parameter’s name.

|

Returns

TypeDescription
Parameter

The newly added Parameter object.

|

See Also

ParametersCollection Interface

ParametersCollection Members

DevExpress.Spreadsheet Namespace