From 2468266bcd2879778b452ee42bd6c0a3fb51c25c Mon Sep 17 00:00:00 2001 From: santiprajaSF4793 Date: Fri, 27 Feb 2026 13:37:27 +0530 Subject: [PATCH] 1012439-PicturesXlsIO-HF --- .../Excel/Excel-Library/NET/Working-with-Pictures.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/Working-with-Pictures.md b/Document-Processing/Excel/Excel-Library/NET/Working-with-Pictures.md index 52f1d3bb8..e4466de44 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Working-with-Pictures.md +++ b/Document-Processing/Excel/Excel-Library/NET/Working-with-Pictures.md @@ -7,7 +7,12 @@ documentation: UG --- # Working with Pictures  -XlsIO allows to insert Pictures into a worksheet. Refer to the following code snippet. +XlsIO allows to insert Pictures into a worksheet. + +To quickly get started on adding, modifying, and removing pictures in an Excel document using the Excel Library, please check out this video: +{% youtube "https://www.youtube.com/watch?v=9wp2-BH-CL4&t=2s" %} + +Refer to the following code snippet. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Pictures%20in%20Excel/Add%20Picture/.NET/Add%20Picture/Add%20Picture/Program.cs,180" %}