Skip to main content
Row

ParametersCollection Interface

A collection of parameters for queries used in Mail Merge.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface ParametersCollection :
    ISimpleCollection<Parameter>,
    IEnumerable<Parameter>,
    IEnumerable,
    ICollection

The following members return ParametersCollection objects:

Remarks

Use the IWorkbook.MailMergeParameters property to get access to a collection of query parameters.

See Also