'Declaration Public ReadOnly Property Parent As Object
'Usage Dim instance As Cells Dim value As Object value = instance.Parent
public object Parent {get;}
FarPoint.Web.Spread.Cell c; c = FpSpread1.ActiveSheetView.Cells[0, 0]; Response.Write(c.Parent.ToString());
Dim c As FarPoint.Web.Spread.Cell c = FpSpread1.ActiveSheetView.Cells(0, 0) Response.Write(c.Parent.ToString())
Cells Class Cells Members