Class ExcelDrawingSize
The size of the drawing
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
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingSize : XmlHelper
Properties
Height
Column Offset
EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525
Declaration
public long Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Width
Row Offset
EMU units 1cm = 1/360000 1US inch = 1/914400 1pixel = 1/9525
Declaration
public long Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |