EditAs Property

Office Open XML

How Excel resize drawings when the column width is changed within Excel. The width of drawings are currently NOT resized in EPPLus when the column width changes

Namespace:  OfficeOpenXml.Drawing
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public eEditAs EditAs { get; set; }
Visual Basic (Declaration)
Public Property EditAs As eEditAs
Visual C++
public:
property eEditAs EditAs {
	eEditAs get ();
	void set (eEditAs value);
}

See Also