I want to make multiple rows

hi, DevTeam.


I have a data set.

And I want to make multiple rows when it has returned eight rows or over.

If it is possible, how can I coding it?

Please, see attached pic.


Best,
Eric

Hi,


Thanks for your query.

Well, I am not completely sure about your query/issue. Do you need to get total number of rows? If this is the case, you may use Cells.MaxRow and Cells.RowsCount attributes accordingly. And, to add/insert rows, you may use Cells.InsertRow/Cells.InsertRows method(s). See the document for your reference:
http://www.aspose.com/docs/display/cellsnet/Inserting+Deleting+Rows+and+Columns

Thank you.