RangeInfo Struct

Describes a sub-region of a range after splitting across frozen pane boundaries.

Inherited Members

ValueType.Equals

ValueType.GetHashCode

ValueType.ToString

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public struct RangeInfo

Properties

Bottomlink

Whether this region is at the bottom edge of the original range.

Declaration
public bool Bottom { get; set; }
Property Value
Type Description
boolWhether this region is at the bottom edge of the original range.

FrozenColumnlink

Whether this region is in the frozen column area.

Declaration
public bool FrozenColumn { get; set; }
Property Value
Type Description
boolWhether this region is in the frozen column area.

FrozenRowlink

Whether this region is in the frozen row area.

Declaration
public bool FrozenRow { get; set; }
Property Value
Type Description
boolWhether this region is in the frozen row area.

Leftlink

Whether this region is at the left edge of the original range.

Declaration
public bool Left { get; set; }
Property Value
Type Description
boolWhether this region is at the left edge of the original range.

Rangelink

The cell range for this region.

Declaration
public Documents.Spreadsheet.RangeRef Range { get; set; }
Property Value
Type Description
Documents.Spreadsheet.RangeRefThe cell range for this region.

Rightlink

Whether this region is at the right edge of the original range.

Declaration
public bool Right { get; set; }
Property Value
Type Description
boolWhether this region is at the right edge of the original range.

Toplink

Whether this region is at the top edge of the original range.

Declaration
public bool Top { get; set; }
Property Value
Type Description
boolWhether this region is at the top edge of the original range.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙