DataGridViewExporter Constructor (DataGridView, Boolean)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the DataGridViewExporter class.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public DataGridViewExporter(
	DataGridView grid,
	bool exportVisibleColumnsOnly
)

Parameters

grid
Type: OnlineSystem.Windows.Forms DataGridView
The target DataGridView.
exportVisibleColumnsOnly
Type: OnlineSystem Boolean
if set to true only visible columns will be exportable.
See Also