Dokumentacija HotXLS

Location svojstvo

Vraća 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

Sintaksa

property Location: IXLSRange;

Primjer

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

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