FarPoint.Web.Spread 名前空間 > ColumnFooter クラス : GetAggregateValue メソッド |
object o; o = FpSpread1.ActiveSheetView.ColumnFooter.GetAggregateValue(0); string msg = ("The aggregate for the column is " + o.ToString()); Response.Write("<script language='javascript'>alert('" + msg + "')</script>");
Dim o As Object o = FpSpread1.ActiveSheetView.ColumnFooter.GetAggregateValue(0) Dim msg As String = "The aggregate for the column is " + o.ToString() Response.Write("<script language='javascript'>alert('" & msg & "')</script>")