Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Edited Unassigned: sheet.DataValidations.AddListValidation Error [14920]

$
0
0
Consider this code:


```
var dropDown = sheet.DataValidations.AddListValidation(cells[2, colIndex, maxCol, colIndex].Address);
foreach (var bb in brokerBranchs)
{
dropDown.Formula.Values.Add(bb.Title);
}
```
When dropDown count is 29 all thing is ok but when greater than 29 i get error
![Image](https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=epplus&WorkItemId=14920&FileAttachmentId=762783)

Viewing all articles
Browse latest Browse all 2262

Trending Articles