PdfFormListBoxAllowMultiSelect Property
A flag indicating if it is allowed to have multiple selections in list box. This property is false by default
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool AllowMultiSelect { get; set; }
Public Property AllowMultiSelect As Boolean
Get
Set
public:
property bool AllowMultiSelect {
bool get ();
void set (bool value);
}
member AllowMultiSelect : bool with get, set
Property Value
Boolean