Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeShape Method


In This Topic
    ShouldSerializeShape Method (PSObject)
    In This Topic
    Determines if the shape should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeShape() As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.ShouldSerializeShape()
    public virtual bool ShouldSerializeShape()
    See Also