'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;}