I have line of code here:
sheet.Charts[0].Title.IsVisible = false;
Use to set the title of first chart of sheet not visible.
But when I call workbook.Save(streamOrFile, SaveFormat.Pdf);, it have some bug:
Chart get …...I have line of code here:
sheet.Charts[0].Title.IsVisible = false;
Use to set the title of first chart of sheet not visible.
But when I call workbook.Save(streamOrFile, SaveFormat.Pdf);, it have some bug:
Chart get …