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
Syntax public string[] AllowedValues { get; set; }
Public Property AllowedValues As String()
Get
Set
Property Value
Type:
StringSee Also