Xamarin.Android

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

    Show / Hide Table of Contents

    Class MailMergeDataTable

    Represents the data tables to perform mail merge operation.

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

    Constructors

    MailMergeDataTable(String, IEnumerable)

    Create new instance of MailMergeDataTable class.

    Declaration
    public MailMergeDataTable(string groupName, IEnumerable enumerable)
    Parameters
    Type Name Description
    System.String groupName

    A string that represents the group Name.

    System.Collections.IEnumerable enumerable

    A collection of source data used as data source for mail merge operation.

    Properties

    GroupName

    Gets a group name. Read-only.

    Declaration
    public string GroupName { get; }
    Property Value
    Type Description
    System.String

    SourceData

    Gets a source data. Read-only.

    Declaration
    public IEnumerator SourceData { get; }
    Property Value
    Type Description
    System.Collections.IEnumerator

    A collection of data used as data source for mail merge operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved