Click or drag to resize

AnchorCell(ExcelColumn, ExcelRow, Int64, Int64) Constructor

Initializes a new object using the offset value.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public AnchorCell(
	ExcelColumn column,
	ExcelRow row,
	long columnOffset,
	long rowOffset
)

Parameters

column  ExcelColumn
The column where the anchor is located.
row  ExcelRow
The row where the anchor is located.
columnOffset  Int64
Width offset relative to the left edge of the anchor cell.
rowOffset  Int64
Height offset relative to the upper edge of the anchor cell.
See Also