Search found 1 match
- Mon Jun 24, 2013 2:05 pm
- Forum: XLSReadWritwII 6
- Topic: Migrating DataValidation from 4 to 5
- Replies: 2
- Views: 2624
Migrating DataValidation from 4 to 5
Hello; I'm having trouble to upgrade an existing validation code written in Delphi 7: 1. TXlsDataValidation in unit XlsValidate5 does not have SetList method. 2. TDataValidation in unit BIFF_Validate5 does but cannot be added using ws.Validations.Add. 3. What is the purpose of the 3 types of source ...