HotXLS Belgeleri

Location özellik

Döndürür the cell (a IXLSRange object) that defines the vertical page-break location. Read only IXLSRange

Sözdizimi

property Location: IXLSRange;

Örnek

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

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