Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new default with the given names, adds it to the data dictionary, and then returns the new object to the caller. PARAMETERS: Name (String), ColumnName (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Value As Variant _
) As Default

Parameters

  • Name
  • Value


Info
titleSee Also