TextValuesManager.LookupOrCreate

Lookup an existing value, or create new one if does not exist.

Syntax Parameters Return Value
Function TextValuesManager.LookupOrCreate( _
    spreadsheetIdent As Long, _
    varNo As Long, _
    missingDataVal As Double, _
    label As String, _
    ByRef result As TVMResult) As Double
  • spreadsheetIdent [in]

Type: Long

  • varNo [in]

Type: Long

  • missingDataVal [in]

Type: Double

  • label [in]

Type: String

  • result [out]

Type: TVMResult

Double