Added 'WorkSheet.PhysicalColumnCount' and 'WorkSheet.PhysicalRowCount' properties, which return the number of rows and columns that are currently physically present in this worksheet.
Improved and updated IntelliSense documentation to clarify some of the 'WorkSheet' and 'Range' properties and methods.
Improved performance when reading 'Range' object properties, especially in the case of large ranges. This applies to all objects that are inherited from 'Range' including 'WorkSheet' and 'RangeRow' etc.