Class ExcelDrawing.ExcelPosition
Position of the a drawing.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing
Assembly: Experior.Core.dll
Syntax
public class ExcelPosition : XmlHelper
Properties
Column
Declaration
public int Column { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ColumnOff
Column Offset
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
Declaration
public int Row { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RowOff
Row Offset
EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525
Declaration
public int RowOff { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |