This example returns the parent of the specified column.
C# | Copy Code |
---|---|
object o;
o = FpSpread1.ActiveSheetView.Columns[0].Parent;
Response.Write(o.ToString()); |
Visual Basic | Copy Code |
---|---|
Dim o As Object o = FpSpread1.ActiveSheetView.Columns(0).Parent Response.Write(o.ToString()) |
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