ExcelWorksheetUsedRangeRows Property |
Gets a an array of Range objects representing all the rows in the used range of the worksheet.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelRangesCollection UsedRangeRows { get; }Public ReadOnly Property UsedRangeRows As ExcelRangesCollection
Get
Property Value
ExcelRangesCollection
See Also