GemBox.Spreadsheet

AnchorCell Constructor

Initializes a new instance of the AnchorCell class.

Overload List

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);

See Also

AnchorCell Class | GemBox.Spreadsheet Namespace