Skip to main content

XlAnchorPoint.ColumnOffsetInPixels Property

Gets the horizontal offset from the left edge of the anchor cell to the actual position of the anchor point.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int ColumnOffsetInPixels { get; }

Property Value

Type Description
Int32

An integer value that is the column offset within the anchor cell in pixels.

See Also