Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / CenterVertical Property

In This Topic
    CenterVertical Property (XLPrintSettings)
    In This Topic
    Gets or sets whether the sheet should be centered vertically on the page when printed.
    Syntax
    'Declaration
     
    
    Public Property CenterVertical As Boolean
    public bool CenterVertical {get; set;}
    See Also