Class ExcelVmlDrawingPosition
- Namespace
- OfficeOpenXml.Drawing.Vml
- Assembly
- EPPlus.dll
The position of a VML drawing. Used for comments
public class ExcelVmlDrawingPosition : XmlHelper
- Inheritance
-
ExcelVmlDrawingPosition
- Inherited Members
Properties
Column
Column. Zero based
public int Column { get; set; }
Property Value
ColumnOffset
Column offset. Zero based
public int ColumnOffset { get; set; }
Property Value
Row
Row. Zero based
public int Row { get; set; }
Property Value
RowOffset
Row offset in pixels. Zero based
public int RowOffset { get; set; }