Show / Hide Table of Contents

Class ExcelPosition

Position of the a drawing.

Inheritance
System.Object
XmlHelper
ExcelPosition
Inherited Members
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 ExcelPosition : XmlHelper

Properties

Column

The column

Declaration
public int Column { get; set; }
Property Value
Type Description
System.Int32

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
System.Int32

Row

The row

Declaration
public int Row { get; set; }
Property Value
Type Description
System.Int32

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
System.Int32
In This Article
  • Properties
    • Column
    • ColumnOff
    • Row
    • RowOff
Back to top Generated by DocFX