; public var indicesObj:Vector.; public var selectedCellInfo:ArrayList=new ArrayList(); public var newIndex:int; public var n:int; /** * add rowIndex/columnIndex into the arrayList holder, which used for verification */ public function addSelectedCells(rowIndex:int, columnIndex:int):void { selectedCellInfo.addItem({"rowIndex":rowIndex, "columnIndex":columnIndex}); } //the rows are recently adjusted rows after sort or filtered public function addSelectedCellRegion(rows:Vector., columnIndex:int, columnCount:int):void { var len:int=rows.length; var rowIndex:int; for (var i:int=0;i