AnchorCell(ExcelColumn, ExcelRow, Boolean) Constructor |
Initializes a new object without using the offset value.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntaxpublic AnchorCell(
ExcelColumn column,
ExcelRow row,
bool topLeft
)
Public Sub New (
column As ExcelColumn,
row As ExcelRow,
topLeft As Boolean
)
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