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


In This Topic
    DisplayEmptyCellsAs Property (SparklineSetting)
    In This Topic
    Gets or sets how to display the empty cells.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property DisplayEmptyCellsAs As EmptyValueStyle
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As EmptyValueStyle
     
    instance.DisplayEmptyCellsAs = value
     
    value = instance.DisplayEmptyCellsAs
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public EmptyValueStyle DisplayEmptyCellsAs {get; set;}

    Property Value

    The display empty cells as value.
    See Also