Documentazione HotXLS

Proprietà EntireRow

Restituisce un oggetto IXLSRange che rappresenta l'intera riga (o righe) che contiene l'intervallo specificato

Sintassi

property EntireRow: IXLSRange;

Esempio

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

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