Spread Silverlight Documentation
HorizontalCentered Property (IExcelPrintOptions)


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

Property Value

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

Reference

IExcelPrintOptions Interface
IExcelPrintOptions Members