FlexPivot for WinForms
IsCellCursor メソッド (C1FlexGrid)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGrid クラス : IsCellCursor メソッド
Row index.
Column index.
Gets a value that determines if a cell contains the grid cursor.
シンタックス
'宣言
 
Public Overrides Function IsCellCursor( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
public override System.bool IsCellCursor( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.

戻り値の型

True if the cell contains the cursor, false otherwise.
参照

C1FlexGrid クラス
C1FlexGrid メンバ