Unplanned
Last Updated: 25 Sep 2017 13:56 by ADMIN
ADMIN
Tanya
Created on: 12 Feb 2015 15:51
Category: SpreadProcessing
Type: Feature Request
1
SpreadProcessing: Implement API for checking if a Worksheet or a Workbook is empty
Now there is no public API that allows the users to check if a Worksheet is empty or not. The UsedCellRange property returns a cell range that is only the cell A1 even if it is empty too.

Possible solution is to expose IsEmpty property of the CellRange.

Workaround: Check if Worksheet.UsedCellRange contains only A1, and that additionally A1 is empty.
0 comments