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