FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetChildVisible Method |
FarPoint.Web.Spread.SheetView sv, svc;
sv = FpSpread1.ActiveSheetView;
svc = sv.GetChildView(1, 0);
sv.SetChildVisible(svc, true);
Dim sv, svc As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView svc = sv.GetChildView(1, 0) sv.SetChildVisible(svc, True)
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