Class ExcelDrawingCoordinate
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Position of the a drawing.
public class ExcelDrawingCoordinate : XmlHelper
- Inheritance
-
ExcelDrawingCoordinate
- Inherited Members
Properties
X
X coordinate in EMU
EMU units 1cm = 1/360000 1US inch = 1/914400 1pt = 1/12700 1pixel = 1/9525
public int X { get; set; }
Property Value
Y
X coordinate in EMU
EMU units 1cm = 1/360000 1US inch = 1/914400 1pt = 1/12700 1pixel = 1/9525
public int Y { get; set; }
Property Value
Methods
UpdateXml()
Set xmlNodeStrings for xPath and yPath
public void UpdateXml()