SMART datagrid v.1 > Classes > SelectionItem
DataLudi.SelectionItem.contains method
If the selection area contains index cell location which is specified by parameter, it will return true.
function contains (index: CellIndex): Boolean;
- Returns
- Boolean
- Parameters
- index - CellIndex. required.
- See Also
- getBounds
- getData
- isSingleCell
- style
- CellIndex
- GridBase.getSelection
- Examples
- Selection