Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ShouldSerializeBorder Method


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

    Return Value

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