Chapter Contents |
Previous |
Next |
Data Form and Data Table: _getRowNumber |
Delegated to: | Data Set Data Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_getRowNumber', row<, rel-row>); |
Argument | Type |
Description |
---|---|---|
row |
N | returns the absolute row number for the current row, or the relative row number of rel-row, if specified. It returns -1 if the absolute row number is not available or there is no current row. It returns a missing value for a new row. |
rel-row |
N | specifies the relative row number for which the absolute row number is returned. Note that specifying rel-row changes the current row to the row referenced by rel-row. |
Details |
You cannot call the _getRowNumber method until after initial viewer display or a row has been read in, for example with _lockRow.
For more information about absolute and relative row numbers, see Terminology.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.