Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / StartEditingShape Method


In This Topic
StartEditingShape Method
In This Topic
Starts editing points of the specified shape.
Syntax
'Declaration
 
Public Sub StartEditingShape( _
   ByVal shape As Shape, _
   Optional ByVal selectedPathIndex As Integer, _
   Optional ByVal selectedNodeIndex As Integer _
) 
 
'Usage
 
Dim instance As WorksheetDrawing
Dim shape As Shape
Dim selectedPathIndex As Integer
Dim selectedNodeIndex As Integer
 
instance.StartEditingShape(shape, selectedPathIndex, selectedNodeIndex)

Parameters

shape
selectedPathIndex
selectedNodeIndex
See Also