Spread Windows Forms 12.0 Product Documentation
CenterVertically Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : CenterVertically Property
Gets or sets a value indicating whether the sheet is centered vertically on the page when it's printed.
Syntax
'Declaration
 
Public Property CenterVertically As Boolean
'Usage
 
Dim instance As PageSetup
Dim value As Boolean
 
instance.CenterVertically = value
 
value = instance.CenterVertically
public bool CenterVertically {get; set;}

Property Value

true if the sheet is centered vertically on the page when it's printed; otherwise, false.
See Also

Reference

PageSetup Class
PageSetup Members