...
| Description |
|---|
| Excerpt |
|---|
Sets or returns the maximum number of rows to be bound to the template file when the PowerPointTemplate.BindData method is called. For example, if a data set contains 100 rows of data, but The default value is |
| Signature | ||||
|---|---|---|---|---|
| ||||
public int MaxRowsToImport{ get; set; }
|
...
| Signature | ||||
|---|---|---|---|---|
| ||||
Public Property MaxRowsToImport() As Integer
|
...
| Remarks |
|---|
Any rows in the data source after the MaxRowsToImport value will not be added to the template.
|
| Example | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|