Adds, modifies, and deletes table styles.
Supported Platforms: Windows only
AcadTableStyle
Object AcadObject AcadTableStyle
VBA
Dictionary.AddObject "<style name>", "AcDbTableStyle"
VBA
Dictionary.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
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.