Search
ENodeType Enumeration
See Also
 



Specifies the type of a node.

 Syntax

VB6  Copy Code

Public Enum ENodeType

C++  Copy Code

enum ENodeType

 Members

  Member name Value Description

ntBox

0

Indicates a box.

ntTable

1

Indicates a table.

 See Also