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