Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / CellErrorPrintStyle Property


In This Topic
    CellErrorPrintStyle Property (IExcelPrintPageSetting)
    In This Topic
    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