Τεκμηρίωση HotXLS

Location ιδιότητα

Επιστρέφει the cell (a IXLSRange object) that defines the vertical page-break location. Read only IXLSRange

Σύνταξη

property Location: IXLSRange;

Παράδειγμα

This example sets the interior color of the page-break location to red

Workbook.Sheets[1].VPageBreaks.Item[1].Location.Interior.Color := xlRed;