CustomItemRange Class Members
In This Topic
The following tables list the members exposed by CustomItemRange.
Public Constructors
Public Properties
| | Description |
 | Fields | The array of the field names. |
 | FirstItem | The first item index in the range. |
 | LastItem | The last item index in the range. |
Top
Public Methods
| | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | Equals | Overloaded. Indicates whether the current object is equal to another object of the same type. |
 | GetHashCode | Serves as the default hash function. |
 | IsInRange | Returns a value indicating whether the specified cell is in the range. |
 | ReadXml | Generates an CustomItemRange from its XML representation. |
 | SetRange | Set a range of items. |
 | ToString | Returns a string that represents the current object. |
 | WriteXml | Converts an CustomItemRange into its XML representation. |
Top
Public Events
See Also