Click or drag to resize

AnchorCell Class

Represents the image binding object to cells used in ExcelPictureCollection on the worksheet.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelAnchorCell

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class AnchorCell

The AnchorCell type exposes the following members.

Constructors
 NameDescription
Public methodAnchorCell(AnchorCell) Initializes a new object using another anchor cell object.
Public methodAnchorCell(ExcelColumn, ExcelRow, Boolean) Initializes a new object without using the offset value.
Public methodAnchorCell(ExcelColumn, ExcelRow, Int64, Int64) Initializes a new object using the offset value.
Top
Properties
 NameDescription
Public propertyColumn Gets or sets the column for the anchor cell.
Public propertyColumnOffset Gets or sets the width offset relative to the left edge of the anchor cell.
Public propertyRow Gets or sets the row for the anchor cell.
Public propertyRowOffset Returns or sets the height offset relative to the upper edge of the anchor cell.
Top
Methods
 NameDescription
Public methodEquals Indicates whether the specified AnchorCell equivalent to the current AnchorCell.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also