Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintOptions Class / HorizontalCentered Property


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

    Property Value

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