Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / ShouldSerializeDisplayEmptyCellsAs Method


In This Topic
    ShouldSerializeDisplayEmptyCellsAs Method
    In This Topic
    Sets whether to serialize the display empty cells as option.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeDisplayEmptyCellsAs() As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    value = instance.ShouldSerializeDisplayEmptyCellsAs()
    protected bool ShouldSerializeDisplayEmptyCellsAs()
    See Also