Show / Hide Table of Contents

Class ExcelDrawingCoordinate

Position of the a drawing.

Inheritance
object
XmlHelper
ExcelDrawingCoordinate
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 ExcelDrawingCoordinate : XmlHelper

Properties

X

X coordinate in EMU

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

Declaration
public int X { get; set; }
Property Value
Type Description
int

Y

X coordinate in EMU

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

Declaration
public int Y { get; set; }
Property Value
Type Description
int

Methods

UpdateXml()

Set xmlNodeStrings for xPath and yPath

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