Compartir a través de


ShapeNodes.SetEditingType Method

Sets the editing type of the specified node.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub SetEditingType ( _
    Index As Integer, _
    EditingType As MsoEditingType _
)
'Usage
Dim instance As ShapeNodes
Dim Index As Integer
Dim EditingType As MsoEditingType

instance.SetEditingType(Index, EditingType)
void SetEditingType(
    int Index,
    MsoEditingType EditingType
)

Parameters

  • Index
    Type: System.Int32

    Required Integer. The node whose editing type is to be set.

Remarks

If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments. Note that, depending on the editing type, this method may affect the position of adjacent nodes.

See Also

Reference

ShapeNodes Interface

ShapeNodes Members

Microsoft.Office.Interop.Excel Namespace