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

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

Parameters

  • Name
  • Value


  • No labels