DLL
To save data to an array
Call the SSGetArray function and set the parameters as follows:
- If you have multiple sheets, set SSSetSheet first.
- Specify the name of the array with the lpArray parameter.
- Specify the top, leftmost cell that contains data you want to save with the ColLeft and RowTop parameters.
- Define the array size with the ArrayColCnt and ArrayRowCnt parameters.
- Declare the data type of the array with the wDataType parameter.