[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PageSettings.CenterVertically

CenterVertically Property

CenterVertically

Gets or sets whether the sheet is centered vertically on the page when it is printed.

Declaration
public bool CenterVertically { get; set; }
Public Property CenterVertically As Boolean
Examples
PageSettings pageSettings = new PageSettings();
pageSettings.CenterVertically = true;
bool centerVertically = pageSettings.CenterVertically;