Shapes.AddSmartArt(SmartArtLayout, Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SmartArt graphic with the specified layout.
public Microsoft.Office.Interop.Excel.Shape AddSmartArt (Microsoft.Office.Core.SmartArtLayout Layout, object Left, object Top, object Width, object Height);
Public Function AddSmartArt (Layout As SmartArtLayout, Optional Left As Object, Optional Top As Object, Optional Width As Object, Optional Height As Object) As Shape
Parameters
- Layout
- SmartArtLayout
An object that represents the layout to use.
- Left
- Object
The distance, in points, from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
- Top
- Object
The distance, in points, from the top edge of the object to the top edge of the worksheet.
- Width
- Object
The width, in points, of the object.
- Height
- Object
The width, in points, of the object.
Returns
A Shape object.