|
|
Tag Browser: 65536
< 1 second(s)
-
I'm using Aspose 4.1. I'm trying to make this call:sheet.Cells.ImportDataTable(dt, true, 0, 0, 65536, 256, true, ''m/d/yy'', true);where ''dt'' is a DataTable with 65536 rows. The fifth parameter, rowNumber, according to the documentation is the ''Number of rows to be imported, no more than 65536.''When I call it, it throws the exception, ''Row ...
|
|