Search
ETableStyle Enumeration
See Also
 



Members of this enumeration can be assigned to the Style property of a table to specify the shape of that table.

 Syntax

VB6  Copy Code

Public Enum ETableStyle

C++  Copy Code

enum ETableStyle

 Members

  Member name Value Description

tsRect

0

The table's shape is a rectangle.

tsRoundRect

1

The table's shape is a rounded rectangle.

 See Also