데이터 행의 기본 행 높이를 확인 합니다.
ObjId.GetDataRowHeight();
none
Number, 데이터 행 높이 (단위:px)
// 행의 기본 높이 확인 console.log("rowHeight:", mySheet.GetDataRowHeight());