Describes a sub-region of a range after splitting across frozen pane boundaries.
ValueType.Equals
ValueType.GetHashCode
ValueType.ToString
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public struct RangeInfoWhether this region is at the bottom edge of the original range.
public bool Bottom { get; set; }
| Type | Description |
|---|---|
| bool | Whether this region is at the bottom edge of the original range. |
Whether this region is in the frozen column area.
public bool FrozenColumn { get; set; }
| Type | Description |
|---|---|
| bool | Whether this region is in the frozen column area. |
Whether this region is in the frozen row area.
public bool FrozenRow { get; set; }
| Type | Description |
|---|---|
| bool | Whether this region is in the frozen row area. |
Whether this region is at the left edge of the original range.
public bool Left { get; set; }
| Type | Description |
|---|---|
| bool | Whether this region is at the left edge of the original range. |
The cell range for this region.
public Documents.Spreadsheet.RangeRef Range { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.RangeRef | The cell range for this region. |
Whether this region is at the right edge of the original range.
public bool Right { get; set; }
| Type | Description |
|---|---|
| bool | Whether this region is at the right edge of the original range. |
Whether this region is at the top edge of the original range.
public bool Top { get; set; }
| Type | Description |
|---|---|
| bool | Whether this region is at the top edge of the original range. |