Class ExcelPositionBase
Base class for ExcelPosition.
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public abstract class ExcelPositionBase : XmlHelper
Properties
Column
The column
Declaration
public int Column { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| Int32 |
Row
The row
Declaration
public int Row { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| Int32 |
Methods
Load()
Load xml data
Declaration
public abstract void Load()
UpdateXml()
Update xml data
Declaration
public abstract void UpdateXml()