Spread Silverlight Documentation
UseSmartPrint Property (ExcelPrintPageSetting)


GrapeCity.Excel Namespace > ExcelPrintPageSetting Class : UseSmartPrint Property
Gets or sets a value indicating whether [use smart print].
Syntax
'Declaration
 
Public Property UseSmartPrint As System.Boolean
'Usage
 
Dim instance As ExcelPrintPageSetting
Dim value As System.Boolean
 
instance.UseSmartPrint = value
 
value = instance.UseSmartPrint
public System.bool UseSmartPrint {get; set;}

Property Value

true if [use smart print]; otherwise, false.
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members