StaSpreadsheetMultiThreaded.VariableTextLabels

This function returns three arrays of numeric values, corresponding text labels, and text label descriptions for the specified variable.

Syntax Parameters Return Value
Sub StaSpreadsheetMultiThreaded.VariableTextLabels( _
    VarNo As Long, _
    ByRef Values As Variant, _
    ByRef Labels As Variant, _
    Optional ByRef Descriptions As Variant)
  • VarNo [in]

Type: Long

  • Values [out]

Type: Variant

  • Labels [out]

Type: Variant

  • Descriptions [out,optional]

Type: Variant

This function does not return a value.