Chapter Contents

Previous

Next
Row/Column Data Vector Class: _setCoordinates

Row/Column Data Vector Class: _setCoordinates



Sets the row or column coordinates


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setCoordinates', cur-label);

Argument Type Description
cur-label
N specifies the identifier of an SCL list that contains the row or column coordinates.


Details

The _setCoordinates method is valid if the viewer is either a form editor or a table editor.

The current 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 instance is used as an argument to the _getColumnInfo or _setColumnInfo method, this value is interpreted as the current column.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.