Class
RowRange

Defines a continuous range of worksheet rows by start and end indices.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class RowRange : RowColumnRange

Inheritance: objectRowColumnRangeRowRange

Inherited Members RowColumnRange.GetHashCode()RowColumnRange.Equals(object)RowColumnRange.FromIndexRowColumnRange.ToIndex

Constructors

RowRange(int)

Initializes a new instance of the RowRange class.

Declaration

cs-api-definition
public RowRange(int index)

Parameters

index

int

The index of the range.

RowRange(int, int)

Initializes a new instance of the RowRange class.

Declaration

cs-api-definition
public RowRange(int from, int to)

Parameters

from

int

The start index of the range.

to

int

The end index of the range.