Table of Contents

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

int

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

int

Row

The row

public int Row { get; set; }

Property Value

int

RowOff

Row Offset in EMU

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

public int RowOff { get; set; }

Property Value

int

Methods

Load()

Load xml data

public void Load()

UpdateXml()

Update xml data

public void UpdateXml()