codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  TableStyle object

Adds, modifies, and deletes table styles.

VBA class name:

AcadTableStyle 

Create using:

Dim customObj as AcadTableStyle 

Access via:

AcadTableStyle

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.

Methods

CreateCellStyle

CreateCellStyleFromStyle

Delete

DeleteCellStyle

EnableMergeAll

GetAlignment

GetAlignment2

GetBackgroundColor

GetBackgroundColorNone

GetCellClass

GetColor

GetDataType

GetDataType2

GetExtensionDictionary

GetFormat

GetFormat2

GetGridColor

GetGridColor2

GetGridLineWeight

GetGridVisibility

GetIsCellStyleInUse

GetIsMergeAllEnabled

GetRotation

GetTextHeight

GetTextHeight2

GetTextStyle

GetTextStyle2

GetUniqueCellStyleName

GetXData

NumCellStyles

RenameCellStyle

SetAlignment

SetAlignment2

SetBackgroundColor

SetBackgroundColorNone

SetCellClass

SetColor

SetDataType

SetDataType2

SetFormat

SetFormat2

SetGridColor

SetGridColor2

SetGridLineWeight

SetGridVisibility

SetRotation

SetTextHeight

SetTextHeight2

SetTextStyle

SetTextStyle2

SetXData  

Properties

Application

BitFlags

Description

Document

FlowDirection

Handle

HasExtensionDictionary

HeaderSuppressed

HorzCellMargin

Name

ObjectID

ObjectName

OwnerID

TitleSuppressed

VertCellMargin  

Events

Modified

 

   Comments?