'Declaration
Property CenterVertically As Boolean
'Usage
Dim instance As IPageSetup Dim value As Boolean instance.CenterVertically = value value = instance.CenterVertically
bool CenterVertically {get; set;}
Property Value
true
if the sheet is centered vertically on the page when it's printed; otherwise, false
.