All Visual Basic extension methods for type datagridview
-
Print
DataGridView.Print("TITLE")
-
CurrentCellValue
This extension retrieves from the current row in a DataGridView a column value as a string. There are three ways to call this extension 1. No parameters returned the current active column for the active row. 2. Pass Column name for current active row. 3. Pass Column index for current active row.