CAViewer::SetRowCol
CAViewer class
Sets the row and column position.
- BOOL SetRowCol(
long row,
long col
);
Parameters
- row
-
The new row index. The row should be in the range 0 to n-1, where n
is the number of rows in the current array.
- col
-
The new column index. The column should be in the range 0 to n-1, where
n is the number of columns in the current array.
Return Value
Returns TRUE if the operation was successful; otherwise, FALSE.
Remarks
Setting the row and column position will update both the Data and Graph Views.
See Also
CAViewer::GetRowCol