[]
Represents a cell range reference.
public class CellRangeReference : IValueObject, IEnumerable
| Name | Description |
|---|---|
| CellRangeReference(C1FlexGrid, CellRange) | Instantiate a cell range reference. |
| Name | Description |
|---|---|
| Range | Return the range of this cell range instance. |
| Name | Description |
|---|---|
| GetEnumerator() | Get the enumerator to enumerate all the values in the cell range. |
| GetValue() | Get the value at the top/left position of the cell range. |