Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148243 | Oct 11,2019 03:33 AM UTC | Apr 3,2020 12:22 PM UTC | WPF | 5 |
![]() |
Tags: SfSpreadsheet |
void Spreadsheet_WorkbookLoaded(object sender, Syncfusion.UI.Xaml.Spreadsheet.Helpers.WorkbookLoadedEventArgs args)
{
if (Spreadsheet.ActiveSheet.Pictures.Count > 0)
Spreadsheet.ActiveSheet.Pictures[0].Remove();
} |
Hi ZhouYi,Thank you for the update.Spreadsheet images can be removed by removing that particular picture using the Remove() method and please refer to the below to remove the pictures. Moreover, we are glad that the reported scenario has been resolved at your end.Code example
void Spreadsheet_WorkbookLoaded(object sender, Syncfusion.UI.Xaml.Spreadsheet.Helpers.WorkbookLoadedEventArgs args){if (Spreadsheet.ActiveSheet.Pictures.Count > 0)Spreadsheet.ActiveSheet.Pictures[0].Remove();}If you have any other queries, please get back to us.Regards,Arulpriya
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.