10 lines
166 B
C#
10 lines
166 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid.Main
|
|||
|
{
|
|||
|
internal interface IVisualWorkbook : IScrollableWorksheetContainer
|
|||
|
{
|
|||
|
Worksheet CurrentWorksheet { get; set; }
|
|||
|
}
|
|||
|
}
|