Show / Hide Table of Contents

Class ExcelDrawingCoordinate

Position of the a drawing.

Inheritance
System.Object
XmlHelper
ExcelDrawingCoordinate
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Int32

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
System.Int32
Back to top Generated by DocFX