[]
Represents a range of items.
public interface IItemRange : IEquatable<IItemRange>, INotifyPropertyChanged, ICloneable, IXmlSerializable
Name | Description |
---|---|
IsInRange(int, string) | Returns a value indicating whether the specified cell is in the range. |
SetRange(int, int, params string[]) | Set a range of items. |