Determining Used Range in GridDesktop

Hi all


Is there a way to determine the Used Range within Aspose.Cells.GridDesktop? The worksheet always returns 65,536 rows even though only the first 4,000 are populated.

This functionality appears to exist in Aspose.Cells, but not within the GridDesktop namespace.

Thanks
Paul

Hi,

I think you my use Worksheet.RowsCount and Worksheet.ColumnsCount attributes for your need.

Thank you.