Τεκμηρίωση HotXLS

Location ιδιότητα

Επιστρέφει the cell (a IXLSRange object) that defines the horizontal page-break location. Horizontal page breaks are aligned with the top edge of the location cell. Read only IXLSRange

Σύνταξη

property Location: IXLSRange;

Παράδειγμα

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

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