예제 #1
0
 public AcColumnInfo AddAllowedValue(string[] InValues)
 {
     AllowedValues.AddRange(InValues);
     return(this);
 }