Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / DisplayEmptyCellsAs Property
Example


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

    Property Value

    The display empty cells as value.
    Example
    This example creates a sparkline in a cell.
    See Also