GrapeCity.Xaml.Excel
UseSmartPrint Property (IExcelPrintPageSetting)


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

Property Value

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

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members