[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRangeReference

CellRangeReference Class

Represents a cell range reference.

Inheritance
CellRangeReference
Implements
IValueObject
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public class CellRangeReference : IValueObject, IEnumerable

Constructors

Name Description
CellRangeReference(C1FlexGrid, CellRange)

Instantiate a cell range reference.

Properties

Name Description
Range

Return the range of this cell range instance.

Methods

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.