Table of Contents

Class ExcelDrawingSize

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

The size of the drawing

public class ExcelDrawingSize : XmlHelper
Inheritance
ExcelDrawingSize
Inherited Members

Properties

Height

Column Offset

EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525

public long Height { get; set; }

Property Value

long

Width

Row Offset

EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525

public long Width { get; set; }

Property Value

long

Methods

UpdateXml()

Update height and width via colOffPath and rowOffPath

public void UpdateXml()