Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddShape Method / AddShape(PSShape) Method
Shape to add


In This Topic
    AddShape(PSShape) Method
    In This Topic
    Adds a shape to the drawing container for the sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function AddShape( _
       ByVal shape As PSShape _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim shape As PSShape
    Dim value As Integer
     
    value = instance.AddShape(shape)
    public virtual int AddShape( 
       PSShape shape
    )

    Parameters

    shape
    Shape to add
    See Also