Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IChildModelSupport Interface / ParentRowIndex Property


In This Topic
ParentRowIndex Property (IChildModelSupport)
In This Topic
Gets or sets the index of the parent row.
Syntax
'Declaration
 
ReadOnly Property ParentRowIndex As Integer
 
'Usage
 
Dim instance As IChildModelSupport
Dim value As Integer
 
value = instance.ParentRowIndex
See Also