TableStyle Property (ITable)
Gets or sets the TableStyle for this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TableStyle As TableStyle |
C# | |
---|
TableStyle TableStyle {get; set;} |
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