Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / AddShape Method / AddShape(FpSpread,String) Method


In This Topic
    AddShape(FpSpread,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function AddShape( _
       ByVal spread As FpSpread, _
       ByVal ShapeType As String _
    ) As PSShape
    'Usage
     
    
    Dim spread As FpSpread
    Dim ShapeType As String
    Dim value As PSShape
     
    value = DrawingToolbar.AddShape(spread, ShapeType)
    public static PSShape AddShape( 
       FpSpread spread,
       string ShapeType
    )

    Parameters

    spread
    ShapeType
    See Also