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 …...code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape...demonstrate this: // Assuming 'doc' is your Workbook and 'sheet'...