Version

ExportValueLists Property

Determines whether dropdown lists in the grid will be exported to Excel.
Syntax
'Declaration
 
Public Property ExportValueLists As Boolean
public bool ExportValueLists {get; set;}
Remarks

When true (the default), the UltraGridExcelExporter will try to duplicate any dropdown lists such as UltraDropDown, UltraCombo, ValueList or BindableValueList that are used in the grid in the exported Excel worksheet.

The exporting of value list is done during the export of the cell. So it is possible to modify or remove the list using the DataValidationRule propety of the WorksheetCell at any time after the cell has been exported, such as the CellExported event.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also