'Usage
Dim instance As SpreadShapesContainer Dim shape As PSShape Dim value As Integer value = instance.AddShape(shape)
Parameters
- shape
- Shape to add
'Usage
Dim instance As SpreadShapesContainer Dim shape As PSShape Dim value As Integer value = instance.AddShape(shape)
Exception | Description |
---|---|
System.Exception | Shape name already exists in the container; shape names must be unique |
System.Exception | No shape name specified or shape name is null or empty; shape names must be non-null and non-empty |