FarPoint.Web.Spread 名前空間 > SheetView クラス : ToString メソッド |
FarPoint.Web.Spread.SheetView sv;
sv = FpSpread1.ActiveSheetView;
Response.Write("The name of the sheet is " + sv.ToString());
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView Response.Write("The name of the sheet is " & sv.ToString())