Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / UpdateShapesCollection Method


In This Topic
    UpdateShapesCollection Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub UpdateShapesCollection( _
       ByVal shape As PSShape _
    ) 
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim shape As PSShape
     
    instance.UpdateShapesCollection(shape)
    public void UpdateShapesCollection( 
       PSShape shape
    )

    Parameters

    shape
    See Also