StaSetCaseData
StaSetCaseData
is used to set the values of a spreadsheet's case. To perform this operation
in Statistica's COM library, simply call:
Programming Language |
Example |
Visual
Basic |
'assuming "Spr" is a spreadsheet and
DataArray is an array of Doubles
Spr.CData(1) = DataArray() |
See also Migrating from StaDev to Statistica's
COM architecture for a comprehensive list of all StaDev32 functions
that can be migrated to STATISTICA's
COM library.