Statistica Visual Basic Library of Matrix Functions - ScrollsheetGetMatrix (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 array which will contain the retrieved values (see Arrays in functions)

The ScrollsheetGetMatrix function extracts a Matrix from the scrollsheet with the specified scrollsheet handle (i.e. window handle), starting at the specified scrollsheet Row and Column. If there are more data than can fit in the destination array, then the data will be truncated.