Represents a reference to a specific row in a spreadsheet.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public struct RowRefRepresents a reference to a specific row in a spreadsheet.
public RowRef(int row)
| Type | Name | Description |
|---|---|---|
| int | row |
Returns the row index, which is zero-based.
public int Row { get; }
| Type | Description |
|---|---|
| int | Returns the row index, which is zero-based. |
Determines whether the current row reference is equal to another row reference.
public bool Equals(Documents.Spreadsheet.RowRef other)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.RowRef | other |
| Type | Description |
|---|---|
| bool |
Determines whether the current row reference is equal to another row reference.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
Returns the row in A1 notation, which is one-based e.g. "1:1" for the first row.
public override string ToString()
| Type | Description |
|---|---|
| string |
public static bool operator !=(Documents.Spreadsheet.RowRef left, Documents.Spreadsheet.RowRef right)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.RowRef | left | |
| Documents.Spreadsheet.RowRef | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Documents.Spreadsheet.RowRef left, Documents.Spreadsheet.RowRef right)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.RowRef | left | |
| Documents.Spreadsheet.RowRef | right |
| Type | Description |
|---|---|
| bool |