Class ExcelDrawing.ExcelPosition
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- Magicodes.EPPlus.dll
public class ExcelDrawing.ExcelPosition : XmlHelper
- Inheritance
-
ExcelDrawing.ExcelPosition
- Inherited Members
- Extension Methods
Properties
Column
public int Column { get; set; }
Property Value
ColumnOff
public int ColumnOff { get; set; }
Property Value
Row
public int Row { get; set; }
Property Value
RowOff
public int RowOff { get; set; }