ShapeNode.EditingType Property
If the specified node is a vertex, this property returns a value that indicates how changes made to the node affect the two segments connected to the node.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property EditingType As MsoEditingType
Get
'Usage
Dim instance As ShapeNode
Dim value As MsoEditingType
value = instance.EditingType
MsoEditingType EditingType { get; }
Property Value
Type: Microsoft.Office.Core.MsoEditingType
Remarks
Use the SetEditingType method to set the value of this property.