Show / Hide Table of Contents

Class ExcelVmlDrawingPosition

The position of a VML drawing. Used for comments and Digital Signature Lines

Inheritance
System.Object
XmlHelper
ExcelPositionBase
ExcelVmlDrawingPosition
Inherited Members
ExcelPositionBase.Column
ExcelPositionBase.Row
ExcelPositionBase.ColumnOff
ExcelPositionBase.RowOff
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 : ExcelPositionBase

Properties

ColumnOffset

Column offset. Zero based Column Offset in EMU

EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525

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

RowOffset

Row offset in pixels. Zero based Row Offset in EMU

EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525

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

Methods

Load()

Load xml data

Declaration
public override void Load()
Overrides
ExcelPositionBase.Load()

UpdateXml()

Update xml data

Declaration
public override void UpdateXml()
Overrides
ExcelPositionBase.UpdateXml()
In This Article
Back to top Generated by DocFX