When I select a portion of the Datagridview what is the correct command to print the selection?

I was looking at

Code:
DataGridViewPrinter.StartPrint(DataGridView, False, True, "List A", "List B")
Something def a miss there.