Hello,
I’m trying To fit images To the width of a cell. Currently, I’m using the following code:
C#
foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true))
{
s.AspectRatioLocked = true;
s.Width = 100; // This …...Insert Picture over Cells Using Excel How to Insert Picture in Cell...imagePath = "e:\\test2\\Aspose\\logo.png"; const string outputFilePath...