BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::OnStartColumnOnNewPrintPage ( int  nColumn)
virtual

Called when a column is about to be printed on a new page.

Returns
Should return TRUE if the specified column should be printed on the new page; otherwise the column will be printed on the same page.

Override this method in a derived class to customize this pagination behavior. The default return value is FALSE.

Parameters
nColumnA zero-based index of a grid column.