Table of Contents

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

int

ColumnOffset

Column offset. Zero based

public int ColumnOffset { get; set; }

Property Value

int

Row

Row. Zero based

public int Row { get; set; }

Property Value

int

RowOffset

Row offset in pixels. Zero based

public int RowOffset { get; set; }

Property Value

int