CellAnchor Class

Represents a cell anchor position for an image.

Inheritance

Object

Documents.Spreadsheet.CellAnchor

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class CellAnchor

Constructors

CellAnchorlink

Represents a cell anchor position for an image.

Declaration
public CellAnchor()

Properties

Columnlink

Gets or sets the column index.

Declaration
public int Column { get; set; }
Property Value
Type Description
intGets or sets the column index.

ColumnOffsetlink

Gets or sets the column offset in pixels from the anchored cell's left edge.

Declaration
public double ColumnOffset { get; set; }
Property Value
Type Description
doubleGets or sets the column offset in pixels from the anchored cell's left edge.

Rowlink

Gets or sets the row index.

Declaration
public int Row { get; set; }
Property Value
Type Description
intGets or sets the row index.

RowOffsetlink

Gets or sets the row offset in pixels from the anchored cell's top edge.

Declaration
public double RowOffset { get; set; }
Property Value
Type Description
doubleGets or sets the row offset in pixels from the anchored cell's top edge.

Methods

Clonelink

Creates a deep copy of this anchor.

Declaration
public Documents.Spreadsheet.CellAnchor Clone()
Returns
An error has occurred. This app may no longer respond until reloaded. Reload 🗙