TableStyle Object (ActiveX)

Adds, modifies, and deletes table styles.

Supported Platforms: Windows only

Class Information

Class Name

AcadTableStyle

Object Inheritance
Object
   AcadObject
      AcadTableStyle
Create Using

VBA

Dictionary.AddObject "<style name>", "AcDbTableStyle"
Access Via

VBA

Dictionary.Item

Members

These members are part of this object:

Remarks

You can use the TableStyle object to store table formatting, such as grid visibility, lineweight, and color. The object controls the initial formatting of a newly created Table object.

The TableStyle object includes methods for specifying the colors, margins, and other attributes of table styles.