프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 ) : System.Collections |
public GetChildDataSource ( string tableName ) : IMailMergeDataSource | ||
tableName | string | |
리턴 | IMailMergeDataSource |
public GetValue ( string fieldName, object &fieldValue ) : bool | ||
fieldName | string | |
fieldValue | object | |
리턴 | bool |
public OrderMailMergeDataSource ( OrderList orders ) : System.Collections | ||
orders | OrderList | |
리턴 | System.Collections |