Пример #1
0
		private DataValidationType(ExcelDataValidationType validationType, bool allowOperator, string schemaName)
		{
			this.Type = validationType;
			this.SchemaName = schemaName;
			this.AllowOperator = allowOperator;
		}
Пример #2
0
 private DataValidationType(ExcelDataValidationType validationType, bool allowOperator, string schemaName)
 {
     this.Type          = validationType;
     this.SchemaName    = schemaName;
     this.AllowOperator = allowOperator;
 }