Description
An anchor represents the position of a floating (non-cell data) object within a spreadsheet. The position is maintained as a row number + a percentage of the row's width and a column number + a percentage of the column's height.
C#
vb.net
Remarks
To create an Anchor object, use Worksheet.CreateAnchor or Cell.CreateAnchor.Examples
C#
vb.net
Properties
Name |
Description |
---|---|
Returns the 0-based number of the column containing the anchor. | |
Returns the X offset from the left side of the column containing the anchor, as a percentage of column width. | |
Returns the Y offset from the top of the row containing the anchor, as a percentage of row height. | |
Returns the 0-based number of the row containing the anchor.. |