Table of Contents

Class ExcelDrawing

Namespace
OfficeOpenXml.Drawing
Assembly
Magicodes.EPPlus.dll
public class ExcelDrawing : XmlHelper, IDisposable
Inheritance
ExcelDrawing
Implements
Derived
Inherited Members
Extension Methods

Fields

EMU_PER_PIXEL

public const int EMU_PER_PIXEL = 9525

Field Value

int

_drawings

protected ExcelDrawings _drawings

Field Value

ExcelDrawings

_height

protected int _height

Field Value

int

_id

protected int _id

Field Value

int

_left

protected int _left

Field Value

int

_top

protected int _top

Field Value

int

_topNode

protected XmlNode _topNode

Field Value

XmlNode

_width

protected int _width

Field Value

int

Properties

EditAs

public eEditAs EditAs { get; set; }

Property Value

eEditAs

From

public ExcelDrawing.ExcelPosition From { get; }

Property Value

ExcelDrawing.ExcelPosition

Locked

public bool Locked { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Print

public bool Print { get; set; }

Property Value

bool

To

public ExcelDrawing.ExcelPosition To { get; }

Property Value

ExcelDrawing.ExcelPosition

Methods

AdjustPositionAndSize()

public void AdjustPositionAndSize()

Dispose()

public virtual void Dispose()

SetPosition(int, int)

public void SetPosition(int PixelTop, int PixelLeft)

Parameters

PixelTop int
PixelLeft int

SetPosition(int, int, int, int)

public void SetPosition(int Row, int RowOffsetPixels, int Column, int ColumnOffsetPixels)

Parameters

Row int
RowOffsetPixels int
Column int
ColumnOffsetPixels int

SetSize(int)

public virtual void SetSize(int Percent)

Parameters

Percent int

SetSize(int, int)

public void SetSize(int PixelWidth, int PixelHeight)

Parameters

PixelWidth int
PixelHeight int