DataGridViewHelper MembersCleanCode C# Libraries v1.2.03 API

The DataGridViewHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetColumnIndex
Converts a column name in a OnlineDataGridView to a column index.
Public methodStatic memberGetDictionary
Converts two columns of a DataTable to a Dictionary.
Public methodStatic memberGetFilteredValues(DataGridView, Int32)
Get values from a OnlineDataGridView column (selected by index) from the set of rows meeting the current BindingSource filter.
Public methodStatic memberGetFilteredValues(DataGridView, String)
Get values from a OnlineDataGridView column (selected by name) from the set of rows meeting the current BindingSource filter.
Public methodStatic memberGetMatchingRowIndex(DataGridView, Int32, String)
Gets the index of the OnlineDataGridView row having a specified value in a particular column (specified by index).
Public methodStatic memberGetMatchingRowIndex(DataGridView, String, String)
Gets the index of the OnlineDataGridView row having a specified value in a particular column (specified by name).
Public methodStatic memberIsCheckBox(DataGridView, Int32)
Determines whether a OnlineDataGridView column (specified by index) contains a OnlineCheckBox control.
Public methodStatic memberIsCheckBox(DataGridView, String)
Determines whether a OnlineDataGridView column (specified by name) contains a OnlineCheckBox control.
Public methodStatic memberLookup
Gets a value in one column of a OnlineDataGridView row having a specified value in another column.
Public methodStatic memberReportDataType
Report all data types for the given OnlineDataTable to the console.
Public methodStatic memberValidateFieldNames
Validates a list of field names against the DataPropertyNames of a OnlineDataGridView.
Back to Top
See Also