ClassCellReferenceRange
Represents a rectangular range of cell references with absolute or relative addressing, used in formulas to reference contiguous cell areas.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CellReferenceRange
Inheritance: objectCellReferenceRange
Properties
ColumnsCount
Gets the number of columns spanned by the reference range.
Declaration
public int ColumnsCount { get; }
Property Value
The columns count.
FromCellReference
Gets the top-left cell reference of the range.
Declaration
public CellReference FromCellReference { get; }
Property Value
The start cell reference.
IsInRange
Gets whether the reference range lies within valid worksheet boundaries.
Declaration
public bool IsInRange { get; }
Property Value
The value indicating whether the range is within the valid boundaries.
RowsCount
Gets the number of rows spanned by the reference range.
ToCellReference
Gets the bottom-right cell reference of the range.
Declaration
public CellReference ToCellReference { get; }
Property Value
The end cell reference.
Methods
GetHashCode()
Serves as a hash function for a particular type.