Spread for ASP.NET 12 Product Documentation
Parent Property (Row)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Parent Property
Gets the parent collection of rows (Rows object) that contains 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;}
See Also

Reference

Row Class
Row Members