Initializes a new instance of the AnchorCell class.
Initializes a new instance by using another anchor cell.
public AnchorCell(AnchorCell);
Initializes a new instance without using offset values.
public AnchorCell(ExcelColumn,ExcelRow,bool);
Initializes a new instance by using offset values.
public AnchorCell(ExcelColumn,ExcelRow,long,long);
AnchorCell Class | GemBox.Spreadsheet Namespace