Enumeration of choices for the CSV Export context menu display.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
WhenNeeded | 0 | Display the CSV Export menu choice iff Excel is not available. | |
Always | 1 | Always display the CSV Export menu choice. | |
Never | 2 | Never display the CSV Export menu choice. |
See Also