ClassRowColumnRange
Class
Base class for ranges of rows or columns, tracking start and end indices for selection and operations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class RowColumnRange
Inheritance: objectRowColumnRange
Derived Classes:
Constructors
RowColumnRange(int)
Initializes a new instance of the RowColumnRange class.
Declaration
cs-api-definition
protected RowColumnRange(int index)
Parameters
index
The index of the range.
RowColumnRange(int, int)
Initializes a new instance of the RowColumnRange class.
Properties
FromIndex
Gets the start index of the row or column range.
Methods
GetHashCode()
Serves as a hash function for a particular type.