Yes, TGridPrinter in the GridPrinterPkg. I guess I was just hoping that '$Page' had a meaning that would fit my needs. I can see I was dreaming :[ I want to be able to control where page breaks occur - especially to handle different page heights; e.g. A4 and "letter size" which is 8.5 inches x 11 inches.
Since GetCellText(0,row) doesn't seem to pick up what's written in that cell, do you know how I can read that cell so I can roll my own version of TGridPrinter? My underlying grid is a TDrawGrid.