SetSize Method (Int32)

Office Open XML

Set size in Percent Note that resizing columns / rows after using this function will effect the size of the drawing

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

Syntax

C#
public virtual void SetSize(
	int Percent
)
Visual Basic (Declaration)
Public Overridable Sub SetSize ( _
	Percent As Integer _
)
Visual C++
public:
virtual void SetSize(
	int Percent
)

Parameters

Percent
Type: System..::.Int32

[Missing <param name="Percent"/> documentation for "M:OfficeOpenXml.Drawing.ExcelDrawing.SetSize(System.Int32)"]

See Also