Skip to main content
A newer version of this page is available. .

XlAnchorPoint(Int32, Int32) Constructor

Initializes a new instance of the XlAnchorPoint class with the specified settings.

Namespace: DevExpress.Export.Xl

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

Declaration

public XlAnchorPoint(
    int column,
    int row
)

Parameters

Name Type Description
column Int32

An integer that is the zero-based index of the column containing the anchor cell for a picture.

row Int32

An integer that is the zero-based index of the row containing the anchor cell for a picture.

Remarks

Create the XlAnchorPoint instance and pass it to the IXlPicture.SetOneCellAnchor or IXlPicture.SetTwoCellAnchor method to anchor a picture to specific cells in worksheet.

See Also