StaSpreadsheetMultiThreaded.SetTextLabel

This function sets a new text label for the specified variable.

Syntax Parameters Return Value
Sub StaSpreadsheetMultiThreaded.SetTextLabel( _
    VarNo As Long, _
    NumericValue As Double, _
    TextLabel As String, _
    Optional Description As String = "")
  • VarNo [in]

Type: Long

  • NumericValue [in]

Type: Double

  • TextLabel [in]

Type: String

  • Description [in,optional]

Type: String

Default value: ""

This function does not return a value.