Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ContainedObjects Property


In This Topic
    ContainedObjects Property (PSObject)
    In This Topic
    Gets or sets the contained objects of the object.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ContainedObjects As Elements
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Elements
     
    value = instance.ContainedObjects
    public virtual Elements ContainedObjects {get;}
    See Also