Documentazione HotXLS

Proprietà EntireColumn

Restituisce un oggetto IXLSRange che rappresenta l'intera colonna (o colonne) che contiene l'intervallo specificato

Sintassi

property EntireColumn: IXLSRange;

Esempio

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;