HotXLS Docs

EntireRow property

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

Syntax

property EntireRow: IXLSRange;

Example

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;