<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
RCRange ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει a Range object that represents a cell or a range of cells
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property RCRange[Row1, Col1, Row2, Col2: Integer]: IXLSRange;
<κλάση table="synd">
<κλάση td="syni">Row1
<κλάση td="synid">Integer. A number that indicates the first row of the range, starting with 1 for the first row in the Worksheet
<κλάση td="syni">Col1
<κλάση td="synid">Integer. A number that indicates the first column of the range, starting with 1 for the first column in the Worksheet
<κλάση td="syni">Row2
<κλάση td="synid">Integer. A number that indicates the last row of the range, starting with 1 for the first row in the Worksheet
<κλάση td="syni">Col2
<κλάση td="synid">Integer. A number that indicates the last column of the range, starting with 1 for the first column in the Worksheet
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example sets the font style in cells A1:D10 on the first sheet to bold
<κλάση pre="code">
Workbook.Sheets[1].RCRange[1, 1, 10, 4].Font.Bold := True;
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software