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

ParametersCollection Interface

A collection of parameters for queries used in Mail Merge.

Namespace: DevExpress.Spreadsheet

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

Declaration

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

Remarks

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

See Also