ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPrintSettings Class / CenterHorizontal Property

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