Dokumentacija HotXLS Sadržaj Početna Pregled TGridToXLS IXLSWorkbook Početna Sadržaj Pregled

EntireRow svojstvo

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

Sintaksa

property EntireRow: IXLSRange;

Primjer

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; Copyright © 2010-2026 losLab Software