Show / Hide Table of Contents

Class ExcelDrawingSize

The size of the drawing

Inheritance
object
XmlHelper
ExcelDrawingSize
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingSize : XmlHelper

Properties

Height

Column Offset

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

Declaration
public long Height { get; set; }
Property Value
Type Description
long

Width

Row Offset

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

Declaration
public long Width { get; set; }
Property Value
Type Description
long

Methods

UpdateXml()

Update height and width via colOffPath and rowOffPath

Declaration
public void UpdateXml()
In this article
Back to top Generated by DocFX