Spread Silverlight Documentation
ShowColor Property (IExcelPrintPageSetting)


GrapeCity.Excel Namespace > IExcelPrintPageSetting Interface : ShowColor Property
Gets or sets a value indicating whether show color
Syntax
'Declaration
 
Property ShowColor As System.Boolean
'Usage
 
Dim instance As IExcelPrintPageSetting
Dim value As System.Boolean
 
instance.ShowColor = value
 
value = instance.ShowColor
System.bool ShowColor {get; set;}

Property Value

true if show color; otherwise, false.
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members