Spread Silverlight Documentation
SmartPrintPagesWidth Property (ExcelPrintPageSetting)


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

Property Value

The width of the smart print pages.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members