DBTable.AutoFitVariables

Sets the variable widths and heights to fit the variable names.

Syntax Parameters Return Value
Sub DBTable.AutoFitVariables( _
    Optional height As Boolean = True, _
    Optional width As Boolean = True, _
    Optional ExpandOnly As Boolean = False)
  • height [in, optional]

    Type: Boolean

    Default value: True

  • width [in, optional]

    Type: Boolean

    Default value: True

  • ExpandOnly [in, optional]

    Type: Boolean

    Default value: False

This function does not return a value.