using System; namespace CPF.ReoGrid.Core { internal interface IRange : IRowRange, IColumnRange { } }