Interface IXLAddressable
A very lightweight interface for entities that have an address as a rectangular range.
public interface IXLAddressable
- Extension Methods
Properties
RangeAddress
Gets an object with the boundaries of this range.
IXLRangeAddress RangeAddress { get; }