New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class RowRange : RowColumnRange

Inheritance: objectRowColumnRangeRowRange

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

Constructors

Initializes a new instance of the RowRange class.

C#
public RowRange(int from, int to)
Parameters:fromint

The start index of the range.

toint

The end index of the range.

Initializes a new instance of the RowRange class.

C#
public RowRange(int index)
Parameters:indexint

The index of the range.