FarPoint.Web.Spread.Model 名前空間 > IAggregationSupport インタフェース : GetAggregationResult メソッド |
'Declaration
Function GetAggregationResult( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal aggType As AggregationType, _ ByVal aggformula As String _ ) As Object
object GetAggregationResult( int row, int column, int rowCount, int columnCount, AggregationType aggType, string aggformula )
例外 | 説明 |
---|---|
ParseException | aggformulaが有効な数式ではありません。 |