Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDb::TableHitItem Enumeration
Syntax
C++
enum TableHitItem { kTableHitNone = 0, kTableHitCell = 0x1, kTableHitRowIndicator = 0x2, kTableHitColumnIndicator = 0x4, kTableHitGridLine = 0x8 };
Members
Description
kTableHitNone
There is no item at the specified point
kTableHitCell
The item is a cell
kTableHitRowIndicator
The item is at a row
kTableHitColumnIndicator
The item is at a column
kTableHitGridLine
The item is at a grid line

Enumeration representing the location of the item in the table.

File: DbTable.h 

Namespace: OdDb 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.