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 to this section

Represents a cell anchor position for an image.

Declaration
public CellAnchor()

Properties

ColumnLink to this section

Gets or sets the column index.

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

ColumnOffsetLink to this section

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 to this section

Gets or sets the row index.

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

RowOffsetLink to this section

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 to this section

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 🗙