Spread Silverlight Documentation
HorizontalCentered Property (ExcelPrintOptions)


GrapeCity.Excel Namespace > ExcelPrintOptions Class : HorizontalCentered Property
Get or set whether print horizontal centered or not.
Syntax
'Declaration
 
Public Property HorizontalCentered As System.Boolean
'Usage
 
Dim instance As ExcelPrintOptions
Dim value As System.Boolean
 
instance.HorizontalCentered = value
 
value = instance.HorizontalCentered
public System.bool HorizontalCentered {get; set;}

Property Value

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

Reference

ExcelPrintOptions Class
ExcelPrintOptions Members