Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Creates an anchor within the specified cell. An anchor represents the position of a floating (non-cell data) object within a spreadsheet.

C#
vb.net

Parameters

percentX
The X offset from the cell's left side as a percentage of the cell's width. This value must be between 0 and 100.
percentY
The Y offset from the top of the cell as a percentage of the cell's height. This value must be between 0 and 100.

Returns

An anchor for this cell.

Examples

C#
vb.net
  • No labels