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

Edited Unassigned: Missing AlternativeText property by Excel comment [15229]

$
0
0
Hi,

Excel comment has a property of Alternative Text, which is not implemented in EPPlus.

To implement it, it is enough to add the following property to ExcelVmlDrawingBase class:

```
public string AlternativeText
{
get
{
return GetXmlNodeString("@alt");
}
set
{
SetXmlNodeString("@alt", value);
}
}
```

Please add this code, we find this property very usefull. Thank you

Regards,
Ivan


Viewing all articles
Browse latest Browse all 2262

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>