10 lines
176 B
C#
10 lines
176 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Views
|
|||
|
{
|
|||
|
internal interface IFreezableViewportController
|
|||
|
{
|
|||
|
void Freeze(CellPosition pos, FreezeArea area = FreezeArea.LeftTop);
|
|||
|
}
|
|||
|
}
|