Spread Silverlight Documentation
CellErrorPrintStyle Property (ExcelPrintPageSetting)


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

Property Value

The print style if the cell value is error
See Also

Reference

ExcelPrintPageSetting Class
ExcelPrintPageSetting Members