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