Τεκμηρίωση HotXLS

StartRow ιδιότητα

Καθορίζει the vertical offset of the upper-left corner of the range in the destination Worksheet. The default value is 0. Read/write Word

Σύνταξη

property StartRow: Word;

Παράδειγμα

This example sets the offset of the destination range

DataToXLS1.StartRow := 5;
DataToXLS1.StartCol := 2;