Show / Hide Table of Contents

Class ExcelVmlDrawingPosition

The position of a VML drawing. Used for comments

Inheritance
object
XmlHelper
ExcelVmlDrawingPosition
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 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
In this article
Back to top Generated by DocFX