Show / Hide Table of Contents

Class ExcelVmlDrawingPosition

The position of a VML drawing. Used for comments

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingPosition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Int32

ColumnOffset

Column offset. Zero based

Declaration
public int ColumnOffset { get; set; }
Property Value
Type Description
System.Int32

Row

Row. Zero based

Declaration
public int Row { get; set; }
Property Value
Type Description
System.Int32

RowOffset

Row offset in pixels. Zero based

Declaration
public int RowOffset { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX