Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData Class / SelectedPathIndex Property


In This Topic
SelectedPathIndex Property
In This Topic
The index of selected path in the builder.
Syntax
'Declaration
 
Public Property SelectedPathIndex As Integer
 
'Usage
 
Dim instance As ShapeEditingData
Dim value As Integer
 
instance.SelectedPathIndex = value
 
value = instance.SelectedPathIndex
See Also