HotXLS-dokumentasjon

Location egenskap

Returnerer the cell (a IXLSRange object) that defines the vertical page-break location. Read only IXLSRange

Syntaks

property Location: IXLSRange;

Eksempel

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

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