TableStyle Property (ITable) Send Feedback
See Also 
Gets or sets the TableStyle for this Table.

Syntax

Visual Basic 
Property TableStyle As TableStyle
C# 
TableStyle TableStyle {get; set;}
JavaScript 
get_TableStyle () : dsTableStyle
put_TableStyle (
   NewVal : dsTableStyle
)
COM native C++ 
HRESULT get_TableStyle(
   ITableStyle** Val
) 
HRESULT put_TableStyle( 
   ITableStyle* NewVal
C++ 
DSRESULT get_TableStyle (
   dsTableStyle** Val
)
DSRESULT put_TableStyle(
   dsTableStyle* NewVal
)

Property Value

TableStyle for this Table

See Also

Availability

DraftSight V1R3.0