Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _getCoordinates |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getCoordinates', cur-label); |
Argument | Type | Description |
---|---|---|
cur-label |
N | returns the identifier of an SCL list that contains the row or column coordinates. |
Details |
The _getCoordinates method is valid if the viewer is either a form editor or a table editor.
The row or column indicates to which row or column this row/column data vector refers. Each row/column data vector deals only with one row or column at a time. If this row/column data vector is used as an argument to the _getRowInfo or _setRowInfo method, this value is interpreted as the current row. If this row/column data vector is used as an argument to the _getColumnInfo or _setColumnInfo method, this value is interpreted as the current column. See Example.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.