ShapeNodes.SetEditingType Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.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
- EditingType
Type: Microsoft.Office.Core.MsoEditingType