[]
Add shape by shapeType.
public static PSShape AddShape(FpSpread spread, string ShapeType)
Public Shared Function AddShape(spread As FpSpread, ShapeType As String) As PSShape
Type | Name | Description |
---|---|---|
FpSpread | spread | The spread. |
string | ShapeType | The shapeType. |
Type | Description |
---|---|
PSShape | A PSShape object. |
Add a Shape by shape type.
public void AddShape(string ShapeType)
Public Sub AddShape(ShapeType As String)
Type | Name | Description |
---|---|---|
string | ShapeType | Shape type. |