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 …...approach sets the width to 100 points, which is not dynamic. I need...150);//Extend 4th row height 150 points worksheet.Cells.SetColumnWidth(2...