Spread Windows Forms 12.0 Product Documentation
AddShape Method (DrawingToolbar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > DrawingToolbar Class : AddShape Method
Shape type.
Add a Shape by shape type.
Syntax
'Declaration
 
Public Sub AddShape( _
   ByVal ShapeType As String _
) 
'Usage
 
Dim instance As DrawingToolbar
Dim ShapeType As String
 
instance.AddShape(ShapeType)
public void AddShape( 
   string ShapeType
)

Parameters

ShapeType
Shape type.
See Also

Reference

DrawingToolbar Class
DrawingToolbar Members