DBTable.SetTextValuesManager

Set the TextValuesManager to override this spreadsheet's default method of generating associated numbers for text values. Callers should restore it to previous values when finished (ident is new value on entry, and old value on exit).

Syntax Parameters Return Value
Sub DBTable.SetTextValuesManager( _
    ByRef ident As Integer, _
    tvm As TextValuesManager, _
    ByRef tvmold As TextValuesManager)
  • ident [in, out]

    Type: Integer

  • tvm [in]

    Type: TextValuesManager

  • tvmold [out]

    Type: TextValuesManager

This function does not return a value.