11 lines
108 B
C#
11 lines
108 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Main
|
|
{
|
|
public enum SheetTabControlPosition
|
|
{
|
|
Top,
|
|
Bottom
|
|
}
|
|
}
|