SMART datagrid v.1 >  Classes >  GridBase
DataLudi.GridBase.isValidColumn  method
パラメーターindexで指定したCellIndexがこのグリッド内での妥当な位置を指示していれば trueをリターンする。 
- index.gridがこのグリッドで、
 - index.columnが現在グリッドに表れているカラムなら妥当である。
 
function isValidColumn (index: CellIndex): Boolean;
- Returns
 - Boolean
 
- Parameters
 - index - CellIndex.
 
- See Also
 - isValidCell
 - isValidRow
 - CellIndex