FlexPivot for WinForms
IsCellCheckBox メソッド (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : IsCellCheckBox メソッド
Row index.
Column index.
Gets a value that determines whether the cell contents are displayed as a checkbox.
シンタックス
'宣言
 
Public Overridable Function IsCellCheckBox( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
public virtual System.bool IsCellCheckBox( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.

戻り値の型

True if the cell contents should be displayed as a checkbox, false otherwise.
解説

Boolean values are displayed as check boxes unless one of the following conditions is true:

1) The cell has an associated RowCol.DataMap. In this case the values specified in the DataMap are displayed instead of check boxes.

2) The cell has a multi-part RowCol.Format string (such as "yes;no"). In this case the Format is used instead of check boxes.

3) The cell belongs to a subtotal row and does not contain a Boolean value.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ