getJsonRow
Description
지정한 데이터행을 JSON 객체로 가져온다.
Syntax
function getJsonRow(dataRow)
Parameters
dataRow
Type: number
데이터행 번호
Return value
Type: Object.
JSON 객체로 만들어진 데이터행.
Examples
var row = dataProvider.getJsonRow(10);
지정한 데이터행을 JSON 객체로 가져온다.
function getJsonRow(dataRow)
dataRow
Type: number
데이터행 번호
Type: Object.
JSON 객체로 만들어진 데이터행.
var row = dataProvider.getJsonRow(10);