Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializeNullBackColor Method


In This Topic
    ShouldSerializeNullBackColor Method
    In This Topic
    Determines whether null background color should be serialized.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeNullBackColor() As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.ShouldSerializeNullBackColor()
    protected bool ShouldSerializeNullBackColor()
    See Also