This class is due to undergo refactoring. Use the new DragAndDropUtilities instead.
A Utility class for creating tables in Unity's editor GUI.
A table can either be created from scratch using new GUITable(xCount,yCount), or created using one of the static GUITable.Create overloads.
See the online documentation, for examples and more information.