9 lines
108 B
C#
9 lines
108 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Core
|
|||
|
{
|
|||
|
internal interface IRange : IRowRange, IColumnRange
|
|||
|
{
|
|||
|
}
|
|||
|
}
|