ExcelDataValidatorAllowedValues Property |
Gets or sets the list of possible string values for a cell.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic string[] AllowedValues { get; set; }Public Property AllowedValues As String()
Get
Set
Property Value
String
See Also