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 …...How to Fit Image to Cell Width in Aspose.Cells Instead of Fixed...Fixed Width? Aspose.Cells Product Family e.scanlan October 22,...