FarPoint.Web.Spread 名前空間 > SheetView クラス : SetChildVisible メソッド |
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)