SMART datagrid v1.4 > Classes > CellRange
DataLudi.CellRange.create static method
두 CellIndex의 범위에 해당하는 CellRange 객체를 생성하는 static 함수다.
function create (index1: CellIndex, index2: CellIndex): CellRange;
- Returns
- CellRange
- Parameters
- index1 - CellIndex. required.
- index2 - CellIndex. required.
Code -1
var range = CellRange.create(index1, index2);
var values = range.getValues();
- See Also
- createRange
- Examples
- Selection
- Multiple Selection