데이터 로우 객체의 인덱스를 반환합니다.
인덱스는1
부터 시작합니다.
Visible:0 인 Row는 인덱스가 반환되지 않습니다.
number getRowIndex( row );
Name | Type | Required | Description |
---|---|---|---|
row | object |
필수 | 데이터 로우 객체 |
number : 행의 index
//AR5 행의 index를 확인합니다.
var row = sheet.getRowById("AR5");
var idx = sheet.getRowIndex(row);
product | version | desc |
---|---|---|
core | 8.0.0.0 | 기능 추가 |