HotXLS Docs

EntireColumn property

Returns a IXLSRange object that represents the entire column (or columns) that contains the specified range. Read-only.

Syntax

property EntireColumn: IXLSRange;

Example

This example sets the value of the first cell in the first column that contains the selected range.

Workbook.Sheets[1].Selection.EntireColumn.Item[1, 1].Value := 10;