DataGridViewExtensionsHideAllColumns Method

Overload List

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.

See Also