Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 |