FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : Parent Property |
FarPoint.Web.Spread.Cell mycell;
FarPoint.Web.Spread.Cells cells;
mycell=FpSpread1.Cells[0,0];
mycell.Value="Who is your parent?";
cells=mycell.Parent;
TextBox1.Text=Convert.ToString(cells);
Dim mycell As FarPoint.Web.Spread.Cell Dim cells As FarPoint.Web.Spread.Cells mycell=FpSpread1.Cells(0,0) mycell.Value="Who is your parent?" cells=mycell.Parent() TextBox1.Text=Convert.ToString(cells)
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6