[HideModuleNameAttribute]
public sealed class DataGridViewExtensions
<ExtensionAttribute>
<HideModuleNameAttribute>
Public NotInheritable Class DataGridViewExtensions
Dim instance As DataGridViewExtensions
[ExtensionAttribute]
[HideModuleNameAttribute]
public ref class DataGridViewExtensions sealed
[<SealedAttribute>]
[<ExtensionAttribute>]
[<HideModuleNameAttribute>]
type DataGridViewExtensions = class end
No code example is currently available or this language may not be supported.
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
ExportToCSV | Exports the source DataGridView to CSV table format. |
ExportToXml | Exports the source DataGridView to Xml format. |
GetCurrentRowCellValue(DataGridView) | Gets the value of the row containing the current cell in the source DataGridView. |
GetCurrentRowCellValue(DataGridView, Int32) | Gets the value of the row containing the current cell in the source DataGridView. |
GetCurrentRowCellValue(DataGridView, String) | Gets the value of the row containing the current cell in the source DataGridView. |
GetCurrentRowCellValueT(DataGridView) | Gets the value of the row containing the current cell in the source DataGridView. |
GetCurrentRowCellValueT(DataGridView, Int32) | Gets the value of the row containing the current cell in the source DataGridView. |
GetCurrentRowCellValueT(DataGridView, String) | Gets the value of the row containing the current cell in the source DataGridView. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetPrintDocument | Generates a PrintDocument object for printing the contents of the source DataGridView. |
GetSelectedColumnNameIndex | Gets the index of the row containing the current cell in the source DataGridView. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
HideAllColumns(DataGridView) | Hides all the columns of the DataGridView. |
HideAllColumns(DataGridView, Int32) | Hides all the columns of the DataGridView, except the specified columns. |
HideAllColumns(DataGridView, String) | Hides all the columns of the DataGridView, except the specified columns. |
HideColumns(DataGridView, Int32) | Hides the specified columns of the DataGridView. |
HideColumns(DataGridView, String) | Hides the specified columns of the DataGridView. |
MoveSelectedRows(DataGridView, RowMoveDirection) | Moves up or down the selected rows of the DataGridView. |
MoveSelectedRows(DataGridView, RowMoveDirection, IEnumerableInt32) | Moves up or down the selected rows of the DataGridView. |
RemoveSelectedItems | Removes the selected items from DataGridView. |
ShowAllColumns(DataGridView) | Shows all the columns of the DataGridView. |
ShowAllColumns(DataGridView, Int32) | Shows all the columns of the DataGridView, except the specified columns. |
ShowAllColumns(DataGridView, String) | Shows all the columns of the DataGridView, except the specified columns. |
ShowColumns(DataGridView, Int32) | Shows the specified columns of the DataGridView. |
ShowColumns(DataGridView, String) | Shows the specified columns of the DataGridView. |
ToDataTable | Converts the source DataGridView to a DataTable. |
ToListView | Converts the source DataGridView to a ListView. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |