AnchorCell(AnchorCell) Constructor |
Initializes a new object using another anchor cell object.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic AnchorCell(
AnchorCell anchorCell
)
Public Sub New (
anchorCell As AnchorCell
)
Parameters
- anchorCell AnchorCell
- Object of the anchor cell, a copy of which must be obtained.
See Also