Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / CellErrorPrintStyle Property


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