Click or drag to resize

ExcelWorksheetUsedRangeColumns Property

Gets an arrat of Range objects representing all the columns in the used range of the worksheet.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelRangesCollection UsedRangeColumns { get; }

Property Value

Type: ExcelRangesCollection
See Also