Autodesk.AutoCAD.DatabaseServices Namespace > TableHitTestType Enumeration
Autodesk.AutoCAD.DatabaseServices.TableHitTestType Enumeration
Description

 

This enumeration lists the possible results of a Table hit test.

Visual Basic
Public Enum TableHitTestType
  None
  Cell
End Enum
C#
public enum TableHitTestType {
  None,
  Cell
}
Members
Members 
Description 
None 
No test type. 
Cell 
Test type performed in the cell. 
   Comments?