Wijmo UI for the Web
selectCell Method
wijmo.grid Namespace > selection type : selectCell Method
Syntax
var instance = new wijmo.grid.selection();
var value; // Type: any

// Parameters
var cellInfo; // Type:  cellInfo
var rowInfo; // Type:  IRowInfo
var view; // Type:  wijmo.grid.baseView
var select; // Type:  bool

value = instance.selectCell(cellInfo, rowInfo, view, select);
function selectCell( 
   cellInfo : cellInfo,
   rowInfo : IRowInfo,
   view : wijmo.grid.baseView,
   select : bool
) : any;

Parameters

cellInfo
rowInfo
view
select
See Also

Reference

selection type