Blazor コントロール
GetValue メソッド

C1.Blazor.Grid アセンブリ > C1.Blazor.Grid 名前空間 > GridAggregateFunction クラス : GetValue メソッド
値を選択するための列。
計算する行。
この関数を rows のコレクションの特定の column に適用した結果の値を取得します。
シンタックス
'宣言
 
Public Overridable Function GetValue( _
   ByVal column As GridColumn, _
   ByVal rows As System.Collections.Generic.IEnumerable(Of GridRow) _
) As System.Double
public virtual System.double GetValue( 
   GridColumn column,
   System.Collections.Generic.IEnumerable<GridRow> rows
)

パラメータ

column
値を選択するための列。
rows
計算する行。
参照

GridAggregateFunction クラス
GridAggregateFunction メンバ