This enumeration lists the possible results of a Table hit test.
Public Enum TableHitTestType None Cell End Enum
public enum TableHitTestType { None, Cell }