Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetChildDataSource ( string tableName ) : IMailMergeDataSource | ||
GetValue ( string fieldName, object &fieldValue ) : bool |
Aspose.Words calls this method to get a value for every data field.
|
|
MoveNext ( ) : bool |
A standard implementation for moving to a next record in a collection.
|
|
OrderMailMergeDataSource ( OrderList orders ) : Aspose.Words |
public GetChildDataSource ( string tableName ) : IMailMergeDataSource | ||
tableName | string | |
return | IMailMergeDataSource |
public GetValue ( string fieldName, object &fieldValue ) : bool | ||
fieldName | string | |
fieldValue | object | |
return | bool |
public OrderMailMergeDataSource ( OrderList orders ) : Aspose.Words | ||
orders | OrderList | |
return | Aspose.Words |