HotXLS-dokumentation

CenterHorizontally egenskap

True om bladet centreras horisontellt på sidan vid utskrift. Läs/skriv Boolean

Syntax

property CenterHorizontally: boolean;

Exempel

This example centers sheet one horizontally when it's printed

Workbook.Worksheets[1].PageSetup.CenterHorizontally := True;