| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > PDFDocument > PDFPage > Method >GetDataSetRowIndex | 
    
Gets the cursor index of the current row.
Prototype :
integer GetDataSetRowIndex
(
string DataSetPath
)
Arguments :
DataSetPath  | 
DataSet Path in the form of "ODI name.dataset name"  | 
Reference :
The returned cursor index is One-Based Index.
Example :
//ODI name : Sample, dataset name : Orders
_TraceLn(This.GetDataSetRowIndex("Sample.Orders"));
Available Events :
OnBind