usmanazizgroupdocs
4/17/2017 - 9:08 AM

RemoveWorksheetBackground.cs

// For complete examples and data files, please go to https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-.NET
using (CellsDocument doc = Document.Load<CellsDocument>(Utilities.MapSourceFilePath (FilePath)))
{
    doc.Worksheets[0].BackgroundImage = null;
    doc.Save();
}