Spread Silverlight Documentation
CellErrorPrintStyle Property (IExcelPrintPageSetting)


GrapeCity.Excel Namespace > IExcelPrintPageSetting Interface : CellErrorPrintStyle Property
Gets or sets the print policy if the cell value is error
Syntax
'Declaration
 
Property CellErrorPrintStyle As ExcelCellErrorPrintStyle
'Usage
 
Dim instance As IExcelPrintPageSetting
Dim value As ExcelCellErrorPrintStyle
 
instance.CellErrorPrintStyle = value
 
value = instance.CellErrorPrintStyle
ExcelCellErrorPrintStyle CellErrorPrintStyle {get; set;}

Property Value

The print style if the cell value is error
See Also

Reference

IExcelPrintPageSetting Interface
IExcelPrintPageSetting Members