Represents a cell anchor position for an image.
Object
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class CellAnchorGets or sets the column index.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the column index. |
Gets or sets the column offset in pixels from the anchored cell's left edge.
public double ColumnOffset { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the column offset in pixels from the anchored cell's left edge. |
Gets or sets the row index.
public int Row { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the row index. |
Gets or sets the row offset in pixels from the anchored cell's top edge.
public double RowOffset { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the row offset in pixels from the anchored cell's top edge. |
Creates a deep copy of this anchor.
public Documents.Spreadsheet.CellAnchor Clone()
| Type | Description |
|---|---|
| Documents.Spreadsheet.CellAnchor |