Spread Silverlight Documentation
VerticalCentered Property (ExcelPrintOptions)


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

Property Value

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

Reference

ExcelPrintOptions Class
ExcelPrintOptions Members