Table of Contents

TClientAnchor.Dx2Pix Method

Returns the offset of the object in resolution-independent-pixels (1/96 of an inch) from the left of the cell.

Syntax

Unit: FlexCel.Core

function TClientAnchor.Dx2Pix(const Workbook: IRowColSize): Integer;

Parameters

<-> Parameter Type Description
const Workbook IRowColSize ExcelFile where this object is placed

Returns

Offset in resolution-independent-pixels (1/96 of an inch).

See also