public AcColumnInfo AddAllowedValue(string[] InValues) { AllowedValues.AddRange(InValues); return(this); }