ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2015-01-19 19:12:59

anoop.menon
Member
Registered: 2015-01-18
Posts: 4

Get the last filled row

Is there a way I can get a last filled row i.e. If I load an xlsx sheet in control and want to identify the last row which has data and insert the data onward to next row.

Please let me know if there way to achieve above functionality.

Thank you,
-Anoop

Offline

#2 2015-01-20 00:27:21

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Get the last filled row

Hi Anoop, The following two properties of worksheet is used to get the maximum number of rows and columns:

  • MaxContentRow

  • MaxContentCol

Currently they will only be increased, can't get update if any data, styles, or borders was deleted from worksheet.

Offline

#3 2015-01-20 04:22:35

anoop.menon
Member
Registered: 2015-01-18
Posts: 4

Re: Get the last filled row

Thanks! Jing

-Anoop

Offline

Board footer

Powered by FluxBB