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 Row
Declaration
public RowRange(int index)
Parameters
System. The index of the range. |
RowRange(Int32, Int32)
Initializes a new instance of the Row
Declaration
public RowRange(int from, int to)
Parameters
System. The start index of the range. |
System. The end index of the range. |