[]
Represents a range of field names.
public class FieldRange : BaseNotifyPropertyChanged, IItemRange, IEquatable<IItemRange>, INotifyPropertyChanged, ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| FieldRange() | Initializes a new instance of the FieldRange. |
| FieldRange(FieldRange) | Initializes a new instance of the FieldRange. |
| FieldRange(IEnumerable<string>) | Initializes a new instance of the FieldRange. |
| FieldRange(string) | Initializes a new instance of the FieldRange. |
| FieldRange(params string[]) | Initializes a new instance of the FieldRange. |
| Name | Description |
|---|---|
| Fields | The array of the field names. |
| 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 FieldRange 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 FieldRange into its XML representation. |