The following tables list the members exposed by DataRange.
Public Constructors
Public Properties
| Name | Description |
| End | Gets or sets the end position of the datarasnge. |
| IsEmpty | Indicates whether this DataRange is empty. |
| Length | Gets the length of the datarange. |
| Start | Gets or sets the start position of the datarasnge. |
Top
Public Methods
| Name | Description |
| Contains | Checks if the DataRange contains the specified value. |
| Equals | Determines whether the specified object is equal to the current object. |
| GetHashCode | Serves as a hash function for a particular type. |
| Reset | Resets the DataRange to default values. |
Top
Public Operators
See Also