ExcelWorksheetUsedRangeRows Property |
Gets a an array of Range objects representing all the rows in the used range of the worksheet.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelRangesCollection UsedRangeRows { get; }
Public ReadOnly Property UsedRangeRows As ExcelRangesCollection
Get
Property Value
Type:
ExcelRangesCollectionSee Also