AD
Administrator
Syncfusion Team
April 26, 2007 04:52 PM UTC
Take a look at the grid.PrintInfo.m_awPageFirstCol and m_awPageFirstRow arraylists. They should hold the row/column indexes of the 1st row/col on a particular page. You can try tweaking this collection to make sure these values point to the proper type of row/column.
This collection is computed in GridPrintDocument.OnBeginPrint. To to get at it, you probably will have to derive GridPrintDocument, override OnBeginPrint and call the base class before tweaking the collection.