Gets or sets a value indicating whether to display drop-down list when a cell in the validated range is selected and the validation type is set to List.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
bool ShowDropdownList { get; set; } |
Visual Basic
Copy Code
|
|---|
Property ShowDropdownList As Boolean |
true to display a drop-down list when the associated cell is selected; otherwise, false.
See Also