DBTable.GetMargins

Get the margins for printing in twips.

Syntax Parameters Return Value
Sub DBTable.GetMargins( _
    ByRef left As Integer, _
    ByRef right As Integer, _
    ByRef top As Integer, _
    ByRef bottom As Integer)
  • left [out]

    Type: Integer

  • right [out]

    Type: Integer

  • top [out]

    Type: Integer

  • bottom [out]

    Type: Integer

This function does not return a value.