GrapeCity.Xaml.Excel
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 Integer
'Usage
 
Dim instance As ExcelPrintPageSetting
Dim value As Integer
 
instance.SmartPrintPagesWidth = value
 
value = instance.SmartPrintPagesWidth
public int SmartPrintPagesWidth {get; set;}

Property Value

The width of the smart print pages.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members