Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To save data to an array

Call the SSGetArray function and set the parameters as follows:

  1. If you have multiple sheets, set SSSetSheet first.
  2. Specify the name of the array with the lpArray parameter.
  3. Specify the top, leftmost cell that contains data you want to save with the ColLeft and RowTop parameters.
  4. Define the array size with the ArrayColCnt and ArrayRowCnt parameters.
  5. Declare the data type of the array with the wDataType parameter.
Copyright © GrapeCity, inc. All rights reserved.