AddShape Method (SheetView)
In This Topic
Adds a shape to the drawing container for the sheet.
Adds a shape to the drawing container for the sheet.
Overload List
| Overload | Description |
| AddShape(PSShape) |
Adds a shape to the drawing container for the sheet.
|
| AddShape(PSShape,Int32,Int32) |
Adds a shape to the drawing container for the sheet at the specified row and column.
|
| AddShape(PSShape,Int32,Int32,Int32,Int32,Boolean) |
Adds a shape to the drawing container for the sheet at the specified row and column with the offset from the top-left of the cell.
|
| AddShape(PSShape,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean) |
Adds a shape to the drawing container for the sheet at the specified row and column with the top-left offset with the top-left and bottom-right cell.
|
See Also