Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MailMergeDataSet

    Show / Hide Table of Contents

    Class MailMergeDataSet

    Represents the data sets to perform mail merge operation.

    Inheritance
    System.Object
    MailMergeDataSet
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class MailMergeDataSet : Object

    Constructors

    MailMergeDataSet()

    Create new instance of MailMergeDataSet.

    Declaration
    public MailMergeDataSet()

    Properties

    DataSet

    Gets list of data set objects. Read-only.

    Declaration
    public List<object> DataSet { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    Methods

    Add(Object)

    Appends a new mail merge data set object to collection.

    Declaration
    public void Add(object dataTable)
    Parameters
    Type Name Description
    System.Object dataTable

    MailMergeDataTable

    Clear()

    Removes all the mail merge dataset objects from the collection.

    Declaration
    public void Clear()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved