Gets a value that determines if a pair of cell coordinates are valid.
'宣言
Public Overridable Function IsCellValid( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public virtual System.bool IsCellValid(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
True if the cell coordinates are valid, false otherwise.