StaDev
- StaGetVarName
StaGetVarName is used to retrieve the name of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetValueForLabel
StaGetValueForLabel is used to retrieve the numerical value associated with text label in a given variable. To perform this operation in Statistica's COM library, simply call: - StaGetCaseData
StaGetCaseData is used to retrieve the values of a spreadsheet's case. To perform this operation in Statistica's COM library, simply call: - StaGetVarFormat
StaGetVarFormat is used to retrieve the formatting of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetNVars
StaGetNVars is used to retrieve the number of variables within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetVarLabelByIndex
StaGetVarLabelByIndex is used to retrieve the text label within a spreadsheet by index. There is not a direct function call in Statistica's COM library for ; however, the following example will emulate this functionality: - StaGetFileHeader
StaGetFileHeader is used to retrieve the header of a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaSetData
StaSetData is used to set the value of a spreadsheet's cell. To perform this operation in Statistica's COM library, simply call: - StaGetAllMD
StaGetAllMD is used to retrieve an array of missing data values for all variables. There is not a direct function call in Statistica's COM library for StaGetAllMD; however, the following examples will emulate this functionality: - StaSetCaseNameLength
StaSetCaseNameLength is used to set the case name length of a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetNumVarLabels
StaGetNumVarLabels is used to retrieve the number of text labels for a given variable. To perform this operation in Statistica's COM library, simply call: - StaSetCaseName
StaSetCaseName is used to set the case name within of a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaSetVarName
StaSetVarName is used to set the name of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaOpenFile
- StaSetFileHeader
StaSetFileHeader is used to set the header of a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaSetVarMD
StaSetVarMD is used to set the missing data value of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaSetCaseData
StaSetCaseData is used to set the values of a spreadsheet's case. To perform this operation in Statistica's COM library, simply call: - StaSetVarLongName
StaSetVarLongName is used to set the long name or function of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaSetVarFormat
StaSetVarFormat is used to set the formatting of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaCreateFile
StaCreateFile is used to create a spreadsheet and save it to a file. To emulate this function through Statistica's COM library, you must first create a spreadsheet and then save it. For example: - StaDeleteLabelForValue
StaDeleteLabelForValue is used to remove labels associated with a specified numeric value for a given variable. To perform this operation in Statistica's COM library, simply call: - StaDeleteVars
StaAddVars is used to delete variables from a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaCloseFile
StaCloseFile is used to close a file in Statistica. Statistica now provides the ability for documents to close themselves through member functions. For example, to close a spreadsheet, simply call: - StaAddVars
StaAddVars is used to add variables to a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetNCases
StaGetNCases is used to retrieve the number of cases within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaAddCases
StaAddCases is used to add cases to a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaDeleteCases
StaAddVars is used to delete cases from a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaDeleteLabel
StaDeleteLabel is used to remove labels associated with a specified text value for a given variable. To perform this operation in Statistica's COM library, simply call: - Migrating from StaDev to Statistica's COM Architecture
- 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: - StaGetVarMD
StaSetVarMD is used to retrieve the missing data value of a variable within a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetLongLabelForValue
StaGetLongLabelForValue is used to retrieve the text label description associated with specified value in a given variable. To perform this operation in Statistica's COM library, simply call: - StaGetLabelForValue
StaGetLabelForValue is used to retrieve the text label associated with specified value in a given variable. To perform this operation in Statistica's COM library, simply call: - StaGetData
StaGetData is used to retrieve the value of a spreadsheet's cell. To perform this operation in Statistica's COM library, simply call: - StaGetCaseNameLength
StaGetCaseNameLength is used to retrieve the case name length of a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaGetCaseName
StaGetCaseName is used to set the case name within of a spreadsheet. To perform this operation in Statistica's COM library, simply call: - StaAddLabel
StaAddLabel is used to add a text label to a given variable. To perform this operation in Statistica's COM library, simply call:
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.