IndexRange Struct

Represents a range of indices in a spreadsheet, including the start index, end index, and an offset.

Inherited Members

ValueType.Equals

ValueType.GetHashCode

ValueType.ToString

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public struct IndexRange

Constructors

IndexRangelink

Represents a range of indices in a spreadsheet, including the start index, end index, and an offset.

Declaration
public IndexRange(int start, int end, double offset)
Parameters
Type Name Description
int start
int end
double offset

Properties

Endlink

The end index of the range, inclusive.

Declaration
public int End { get; }
Property Value
Type Description
intThe end index of the range, inclusive.

Offsetlink

The offset of the range, which can be used to adjust the starting position of the range.

Declaration
public double Offset { get; }
Property Value
Type Description
doubleThe offset of the range, which can be used to adjust the starting position of the range.

Startlink

The start index of the range, inclusive.

Declaration
public int Start { get; }
Property Value
Type Description
intThe start index of the range, inclusive.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙