バージョン

ExportValueLists プロパティ

グリッドのドロップダウン リストを Excel にエクスポートするかどうかを決定します。
シンタックス
'宣言
 
Public Property ExportValueLists As Boolean
public bool ExportValueLists {get; set;}
解説

True (デフォルト値) の場合、UltraGridExcelExporter は、グリッドに使用される UltraDropDown、UltraCombo、ValueList、または BindableValueList などのドロップダウン リストをエクスポートされる Excel ワークシートに複製しようとします。

値リストのエクスポートはセルのエクスポート操作に実行されます。CellExported イベントなどのセルがエクスポートされた後に、WorksheetCell の DataValidationRule プロパティを使用してリストを変更または削除することは可能です。

参照