Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / DisplayEmptyCellsAs Property


In This Topic
    DisplayEmptyCellsAs Property (SpreadChart)
    In This Topic
    Gets or sets what to display the empty cells as.
    Syntax
    'Declaration
     
    Public Property DisplayEmptyCellsAs As EmptyValueStyle
    'Usage
     
    Dim instance As SpreadChart
    Dim value As EmptyValueStyle
     
    instance.DisplayEmptyCellsAs = value
     
    value = instance.DisplayEmptyCellsAs
    public EmptyValueStyle DisplayEmptyCellsAs {get; set;}

    Property Value

    The display empty cells as value.
    See Also