Gets a value that determines if a cell is part of the selection and should be highlighted.
'宣言
Public Overrides Function IsCellHighlighted( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public override System.bool IsCellHighlighted(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
True if the cell should be highlighted, false otherwise.