PrintGrid Method

Prints the selected range or optionally the entire recordset.


Syntax

object.PrintGrid Ptr, [PAll]

The syntax of the PrintGrid methods has these parts:

PartDescription
objectA DGrid control.
Ptr  The Visual Basic Printer Object to print to.
PAll   Optional. If True prints the entire grid.

Remarks

The PrintGrid method prints from left to right first, then from top to bottom.

Data Type

Ptr  Printer Object
PAll  Boolean