ClassRowRange
Class
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
Constructors
RowRange(int)
Initializes a new instance of the RowRange class.
Declaration
cs-api-definition
public RowRange(int index)
Parameters
index
The index of the range.
RowRange(int, int)
Initializes a new instance of the RowRange class.