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