Spread Silverlight Documentation
Parent Property (Row)


GrapeCity.Windows.SpreadSheet.Data Namespace > Row Class : Parent Property
Gets the collection of rows that contain this row.
Syntax
'Declaration
 
Public ReadOnly Property Parent As Rows
'Usage
 
Dim instance As Row
Dim value As Rows
 
value = instance.Parent
public Rows Parent {get;}

Property Value

The collection of rows (Rows object) that contain this row.
See Also

Reference

Row Class
Row Members