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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional