Class RowRange
Represents a range of rows.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class RowRange : RowColumnRange
Constructors
RowRange(Int32)
Initializes a new instance of the RowRange class.
Declaration
public RowRange(int index)
Parameters
System.Int32
index
The index of the range. |
RowRange(Int32, Int32)
Initializes a new instance of the RowRange class.
Declaration
public RowRange(int from, int to)
Parameters
System.Int32
from
The start index of the range. |
System.Int32
to
The end index of the range. |