unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.33k stars 396 forks source link

Unable to read RichText cell's true contents (font styles etc.) #199

Open animechitransh opened 5 years ago

animechitransh commented 5 years ago

Will it be possible to make the following properties public in unvell/ReoGrid/blob/master/ReoGrid/Drawing/Text.cs

This will enable the user to easily read fontstyle & other attributes of Rich Text cell

jingwood commented 5 years ago

Sounds nice, consider to make them public using readonly property.