SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.isValidRow  method

パラメーターindexで指定したCellIndexがこのグリッド内での妥当な行を指示していれば trueをリターンする。 

function isValidRow (index: CellIndex): Boolean;
Returns
Boolean
Parameters
index - CellIndex.
See Also
isValidCell
isValidColumn
CellIndex