StaGetVarLongName
StaSetVarName is used to retrieve the long name or function of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call:
Programming Language | Example |
Visual Basic | 'assuming "Spr" is a spreadsheet MsgBox Spr.VariableLongName(1) |
C++ | 'assuming "pSpreadsheet" is a pointer to a spreadsheet ::MessageBox(NULL, pSpreadSheet->GetVariableLongName(1), NULL, NULL); |
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.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.