Back to Devexpress

ParametersCollection Interface

officefileapi-devexpress-dot-spreadsheet-dfe465f8.md

latest1.7 KB
Original Source

ParametersCollection Interface

A collection of parameters for queries used in Mail Merge.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ParametersCollection :
    ISimpleCollection<Parameter>,
    IEnumerable<Parameter>,
    IEnumerable,
    ICollection
vb
Public Interface ParametersCollection
    Inherits ISimpleCollection(Of Parameter),
             IEnumerable(Of 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

ParametersCollection Members

Mail Merge in WinForms Spreadsheet Control

DevExpress.Spreadsheet Namespace