using System;
using System.Collections.Generic;

namespace Com.ForbiddenByte.OSA.CustomAdapters.GridView.Specialized.GridWithCategories
{
    public enum CellType
	{
		VALID,
		FOR_ROW_COMPLETION,
		IN_ROW_SEPARATING_CATEGORIES
	}
}
