Class ExcelPosition
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Position of the a drawing.
public class ExcelPosition : XmlHelper
- Inheritance
-
ExcelPosition
- Inherited Members
Properties
Column
The column
public int Column { get; set; }
Property Value
ColumnOff
Column Offset in EMU ss EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525
public int ColumnOff { get; set; }
Property Value
Row
The row
public int Row { get; set; }
Property Value
RowOff
Row Offset in EMU
EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525
public int RowOff { get; set; }
Property Value
Methods
Load()
Load xml data
public void Load()
UpdateXml()
Update xml data
public void UpdateXml()