AnchorCell(ExcelColumn, ExcelRow, Int64, Int64) Constructor |
Initializes a new object using the offset value.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic AnchorCell(
ExcelColumn column,
ExcelRow row,
long columnOffset,
long rowOffset
)
Public Sub New (
column As ExcelColumn,
row As ExcelRow,
columnOffset As Long,
rowOffset As Long
)
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