Dokumentácia HotXLS

Vlastnosť Location

Vráti bunku (objekt IXLSRange), ktorá definuje polohu zvislého konca strany. Len na čítanie IXLSRange

Syntax

property Location: IXLSRange;

Príklad

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

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