FarPoint.Web.Spread.Model 名前空間 > GroupDataModel クラス : GetAggregationResult メソッド |
'Declaration
Public 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
public object GetAggregationResult( int row, int column, int rowCount, int columnCount, AggregationType aggType, string aggformula )
例外 | 説明 |
---|---|
ParseException | aggformulaが有効な数式ではありません。 |