Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 992 Bytes

Office.MsoSmartArtNodePosition.md

File metadata and controls

23 lines (18 loc) · 992 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
MsoSmartArtNodePosition enumeration (Office)
Office.MsoSmartArtNodePosition
aa62c238-4309-d4df-7317-289e2d3cdc80
01/31/2019
medium

MsoSmartArtNodePosition enumeration (Office)

Specifies constants that define the different ways to add a new node to the data model in SmartArt.

Name Value Description
msoSmartArtNodeAbove 4 Insert a node above the SmartArt node in the data model.
msoSmartArtNodeAfter 2 Insert a node after the SmartArt node in the data model. Corresponds to clicking Add Shape After in the SmartArt ribbon.
msoSmartArtNodeBefore 3 Insert a node before the SmartArt node in the data model.
msoSmartArtNodeBelow 5 Insert a node below the SmartArt node in the data model.
msoSmartArtNodeDefault 1 The default. Corresponds to clicking Add Shape in the SmartArt ribbon.

[!includeSupport and feedback]