Spread Silverlight Documentation
SmartPrintPagesHeight Property (ExcelPrintPageSetting)


GrapeCity.Excel Namespace > ExcelPrintPageSetting Class : SmartPrintPagesHeight Property
Gets or sets the height of the smart print pages.
Syntax
'Declaration
 
Public Property SmartPrintPagesHeight As System.Integer
'Usage
 
Dim instance As ExcelPrintPageSetting
Dim value As System.Integer
 
instance.SmartPrintPagesHeight = value
 
value = instance.SmartPrintPagesHeight
public System.int SmartPrintPagesHeight {get; set;}

Property Value

The height of the smart print pages.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members