RowRef Struct

Represents a reference to a specific row in a spreadsheet.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public struct RowRef

Constructors

RowReflink

Represents a reference to a specific row in a spreadsheet.

Declaration
public RowRef(int row)
Parameters
Type Name Description
int row

Properties

Rowlink

Returns the row index, which is zero-based.

Declaration
public int Row { get; }
Property Value
Type Description
intReturns the row index, which is zero-based.

Methods

Equalslink

Determines whether the current row reference is equal to another row reference.

Declaration
public bool Equals(Documents.Spreadsheet.RowRef other)
Parameters
Type Name Description
Documents.Spreadsheet.RowRef other
Returns
Type Description
bool

Equalslink

Determines whether the current row reference is equal to another row reference.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool

GetHashCodelink

Declaration
public override int GetHashCode()
Returns
Type Description
int

ToStringlink

Returns the row in A1 notation, which is one-based e.g. "1:1" for the first row.

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=link

Declaration
public static bool operator !=(Documents.Spreadsheet.RowRef left, Documents.Spreadsheet.RowRef right)
Parameters
Returns
Type Description
bool

operator ==link

Declaration
public static bool operator ==(Documents.Spreadsheet.RowRef left, Documents.Spreadsheet.RowRef right)
Parameters
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙