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