Class RowColumnRange
Represents a base for the row and column range classes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class RowColumnRange
Constructors
RowColumnRange(Int32)
Initializes a new instance of the Row
Declaration
protected RowColumnRange(int index)
Parameters
System. The index of the range. |
RowColumnRange(Int32, Int32)
/// Initializes a new instance of the Row
Declaration
protected RowColumnRange(int from, int to)
Parameters
System. The start index of the range. |
System. The end index of the range. |
Properties
FromIndex
The start of the range.
Declaration
public int FromIndex { get; }
Property Value
System.
|
ToIndex
The end of the range.
Declaration
public int ToIndex { get; }
Property Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |