Gets a value that determines if a cell contains the grid cursor.
'宣言
Public Overrides Function IsCellCursor( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public override System.bool IsCellCursor(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
True if the cell contains the cursor, false otherwise.