Back to Devexpress

ParametersCollection.AddParameter(String, Type, Object) Method

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

latest1.9 KB
Original Source

ParametersCollection.AddParameter(String, Type, Object) Method

Adds a Parameter item to the collection with the specified name, type and value.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
Parameter AddParameter(
    string name,
    Type type,
    object value
)
vb
Function AddParameter(
    name As String,
    type As Type,
    value As Object
) As Parameter

Parameters

NameTypeDescription
nameString

A string that is the parameter’s name.

| | type | Type |

A Type of the value.

| | value | Object |

A Object that is the parameter’s value.

|

Returns

TypeDescription
Parameter

The newly added Parameter object.

|

See Also

ParametersCollection Interface

ParametersCollection Members

DevExpress.Spreadsheet Namespace