Click or drag to resize

AnchorCell(ExcelColumn, ExcelRow, Boolean) Constructor

Initializes a new object without using the offset value.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public AnchorCell(
	ExcelColumn column,
	ExcelRow row,
	bool topLeft
)

Parameters

column  ExcelColumn
The column where the anchor is located.
row  ExcelRow
The row where the anchor is located.
topLeft  Boolean
If true, the anchor will be located in the upper-left corner of the anchor cell. Otherwise, in the bottom-right corner.
See Also