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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 🗙