HotXLS-documentatie

CenterHofizontally eigenschap

True if the sheet is centered hofizontally on the page when it's printed. Read/write Boolean

Syntaxis

eigenschap CenterHofizontally: boolean;

Voorbeeld

This example centers sheet one hofizontally when it's printed

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