[]
Represents a rang of rows.
public class ItemRange : BaseNotifyPropertyChanged, IItemRange, IEquatable<IItemRange>, INotifyPropertyChanged, ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| ItemRange() | Initializes a new instance of the ItemRange. |
| ItemRange(ItemRange) | Initializes a new instance of the ItemRange. |
| ItemRange(int, int) | Initializes a new instance of the ItemRange. |
| ItemRange(string) | Initializes a new instance of the ItemRange. |
| Name | Description |
|---|---|
| FirstItem | The first item index in the range. |
| LastItem | The last item index in the range. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Equals(IItemRange) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object) | |
| GetHashCode() | |
| IsInRange(int, string) | Returns a value indicating whether the specified cell is in the range. |
| ReadXml(XmlReader) | Generates an ItemRange from its XML representation. |
| SetRange(int, int, params string[]) | Set a range of items. |
| ToString() | Returns a string that represents the current object. |
| WriteXml(XmlWriter) | Converts an ItemRange into its XML representation. |