Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeNodes Interface / SetEditingType Method
The node whose editing type is to be set.
The editing property of the vertex.


In This Topic
    SetEditingType Method
    In This Topic
    Sets the editing type of the node specified by index. 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.
    Syntax
    'Declaration
     
    
    Sub SetEditingType( _
       ByVal index As Integer, _
       ByVal editingType As EditingType _
    ) 
    'Usage
     
    
    Dim instance As IShapeNodes
    Dim index As Integer
    Dim editingType As EditingType
     
    instance.SetEditingType(index, editingType)
    void SetEditingType( 
       int index,
       EditingType editingType
    )

    Parameters

    index
    The node whose editing type is to be set.
    editingType
    The editing property of the vertex.
    See Also