DoAdjustDrawings Property

Office Open XML

Automaticlly adjust drawing size when column width/row height are adjusted, depending on the drawings editBy property. Default True

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

Syntax

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

See Also