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