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


In This Topic
    ShowColor Property (IExcelPrintPageSetting)
    In This Topic
    Gets or sets a value indicating whether show color
    Syntax
    'Declaration
     
    Property ShowColor As Boolean
    'Usage
     
    Dim instance As IExcelPrintPageSetting
    Dim value As Boolean
     
    instance.ShowColor = value
     
    value = instance.ShowColor
    bool ShowColor {get; set;}

    Property Value

    true if show color; otherwise, false.
    See Also