FlexPivot for WinForms
SetCellCheck メソッド (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : SetCellCheck メソッド
Row index.
Column index.
CheckEnum value to assign to the cell.
Sets the state of the checkbox in a grid cell.
シンタックス
'宣言
 
Public Overridable Sub SetCellCheck( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal check As CheckEnum _
) 
public virtual void SetCellCheck( 
   System.int row,
   System.int col,
   CheckEnum check
)

パラメータ

row
Row index.
col
Column index.
check
CheckEnum value to assign to the cell.
解説
For details and examples, see the GetCellCheck method.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ