Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Parent As Object |
C# | |
---|---|
public object Parent {get;} |
Property Value
Object containing the parentThis property is available at run time only.
The object that can be the parent can be:
C# | Copy Code |
---|---|
MessageBox.Show(fpSpread1.ActiveSheet.Cells[0, 0].Parent.ToString()); |
Visual Basic | Copy Code |
---|---|
MessageBox.Show(FpSpread1.ActiveSheet.Cells(0, 0).Parent.ToString()) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2