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

ParametersCollection Interface

A collection of parameters for queries used in Mail Merge.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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