현재 선택된 셀의 행 Index를 확인 합니다.
ObjId.GetSelectRow();
none
Number, 선택된 셀의 행 Index
// 선택된 셀의 행 Index 확인. console.log("rowIndex:", mySheet.GetSelectRow());