CenterHorizontally Property (IPageSetup)
Gets or sets a value indicating whether the sheet is centered horizontally on the page when it's printed.
bool CenterHorizontally {get; set;}
'Declaration
Property CenterHorizontally As Boolean
'Usage
Dim instance As IPageSetup
Dim value As Boolean
instance.CenterHorizontally = value
value = instance.CenterHorizontally
Property Value
true
if the sheet is centered horizontally on the page when it's printed; otherwise,
false
.