GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Worksheet クラス > Aggregate メソッド : Aggregate(AggregateFunction,Int32,Int32,Int32,Int32,AggregateOption) メソッド |
'Declaration
Public Overloads Function Aggregate( _ ByVal func As AggregateFunction, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ Optional ByVal option As AggregateOption _ ) As IPrimitiveValue
public IPrimitiveValue Aggregate( AggregateFunction func, int row, int column, int row2, int column2, AggregateOption option )