SMART datagrid v.1 > Classes > SelectionItem
DataLudi.SelectionItem.contains method
選択領域がパラメーターで指定したindexセルの位置を含むとtrueをリターンする。
function contains (index: CellIndex): Boolean;
- Returns
- Boolean
- Parameters
- index - CellIndex. required.
- See Also
- getBounds
- getData
- isSingleCell
- style
- CellIndex
- GridBase.getSelection
- Examples
- Selection