Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintOptions Interface / HorizontalCentered Property


In This Topic
    HorizontalCentered Property (IExcelPrintOptions)
    In This Topic
    Get or set whether print horizontal centered or not.
    Syntax
    'Declaration
     
    Property HorizontalCentered As Boolean
    'Usage
     
    Dim instance As IExcelPrintOptions
    Dim value As Boolean
     
    instance.HorizontalCentered = value
     
    value = instance.HorizontalCentered
    bool HorizontalCentered {get; set;}

    Property Value

    true if it should horizontal centered; otherwise, false.
    See Also