Class ExcelVmlDrawingPosition
The position of a VML drawing. Used for comments and Digital Signature Lines
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 : 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
UpdateXml()
Update xml data
Declaration
public override void UpdateXml()