'宣言 Public Overloads Function Aggregate( _ ByVal aggType As AggregateEnum, _ ByVal topRow As System.Integer, _ ByVal leftCol As System.Integer, _ ByVal bottomRow As System.Integer, _ ByVal rightCol As System.Integer, _ ByVal flags As AggregateFlags _ ) As System.Double
public System.double Aggregate( AggregateEnum aggType, System.int topRow, System.int leftCol, System.int bottomRow, System.int rightCol, AggregateFlags flags )
パラメータ
- aggType
- AggregateEnum value that specifies the type of aggregate to calculate.
- topRow
- Top row in the range.
- leftCol
- Left column in the range.
- bottomRow
- Bottom row in the range.
- rightCol
- Right column in the range.
- flags
- AggregateFlags value that specifies aggregation options.
戻り値の型
A System.Double that represents the aggregate value.