Hello,
I search a way to add an image in Excel Export.
In SpreadSheet overview (http://www.telerik.com/help/wpf/radspreadsheet-overview.html) i can see "Supported feature : Images" ... Good !
I found this on your documentation : http://www.telerik.com/help/wpf/radspreadsheet-model-features-shapes-and-images.html
Sems I can create a "Floating Image" an add it to the shapes of WorkSheet : well !
BUT in my code, I don't have the Shapes collection on WorkSheet !
Can't find FloatingImage anyway ?
I use Telerik 2013 Q3
Who to add my image ?
Thx
I search a way to add an image in Excel Export.
In SpreadSheet overview (http://www.telerik.com/help/wpf/radspreadsheet-overview.html) i can see "Supported feature : Images" ... Good !
I found this on your documentation : http://www.telerik.com/help/wpf/radspreadsheet-model-features-shapes-and-images.html
Sems I can create a "Floating Image" an add it to the shapes of WorkSheet : well !
BUT in my code, I don't have the Shapes collection on WorkSheet !
Telerik.Windows.Documents.Spreadsheet.Model.Worksheet sheet; sheet.Shapes ?
Telerik.Windows.Controls.RadSpreadsheet r; r.ActiveWorksheet.Shapes ?
Can't find FloatingImage anyway ?
I use Telerik 2013 Q3
Who to add my image ?
Thx