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

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