Statistica Visual Basic Library of Matrix Functions - ScrollsheetSetMatrix (Handle, Row, Column, Matrix)

Note this function exists solely for backward compatibility with Statistica BASIC programs that were created in early versions of Statistica (i.e. 5.5 and earlier).

Parameter Description
Handle scrollsheet handle (i.e. window handle)
Row starting row number in the scrollsheet
Column starting column number in the scrollsheet
Matrix name of matrix containing values to be set in the scrollsheet (see Arrays in functions)

The ScrollsheetSetMatrix function places values from a Matrix into the scrollsheet with the specified scrollsheet handle (i.e. window handle), starting at the specified scrollsheet Row and Column. If the Matrix contains more data than can fit in the scrollsheet at the specified location, the data will be truncated.