12 lines
110 B
C#
12 lines
110 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid
|
|||
|
{
|
|||
|
public enum RowOrColumn : byte
|
|||
|
{
|
|||
|
Row = 1,
|
|||
|
Column,
|
|||
|
Both
|
|||
|
}
|
|||
|
}
|