API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::TableHitItem Enumeration
OdDb::TableHitItem Enumeration
Syntax
C++
enum TableHitItem { kTableHitNone = 0, kTableHitCell = 0x1, kTableHitRowIndicator = 0x2, kTableHitColumnIndicator = 0x4, kTableHitGridLine = 0x8 };

DbTable.h

Members 
Description 
kTableHitNone = 0 
There is no item at the specified point 
kTableHitCell = 0x1 
The item is a cell 
kTableHitRowIndicator = 0x2 
The item is at a row 
kTableHitColumnIndicator = 0x4 
The item is at a column 
kTableHitGridLine = 0x8 
The item is at a grid line 

Enumeration representing the location of the item in the table.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.