Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / ShouldSerializeNullColor Method


In This Topic
    ShouldSerializeNullColor Method (MultiColumnEditor)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeNullColor() As Boolean
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim value As Boolean
     
    value = instance.ShouldSerializeNullColor()
    public virtual bool ShouldSerializeNullColor()

    Return Value

    True if the property value has changed from its default; otherwise, false.
    See Also