FlexPivot for WinForms
UnboundValueEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > UnboundValueEventArgs クラス : UnboundValueEventArgs コンストラクタ
Row index for the cell that has an unbound value.
Column index for the cell that has an unbound value.
Unbound value that should be displayed in the cell.
Initializes a new instance of the UnboundValueEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal value As System.Object _
)
public UnboundValueEventArgs( 
   System.int row,
   System.int col,
   System.object value
)

パラメータ

row
Row index for the cell that has an unbound value.
col
Column index for the cell that has an unbound value.
value
Unbound value that should be displayed in the cell.
参照

UnboundValueEventArgs クラス
UnboundValueEventArgs メンバ