Return Value
Name of the sheet
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())