Description
Sets or returns the maximum number of rows to be bound to the template file when the ExcelTemplate.BindData or ExcelTemplate.BindColumnData methods are called.
C#
vb.net
Remarks
Any rows in the data source after the MaxRows value will not be added to the template.
MaxRows
is a Read/Write property.
Examples
C#
vb.net