GetTableStyle Method (ITableStyleManager) Send Feedback
See Also 
TableStyle[out]
TableStyle
Name
Name of TableStyle
Gets the specified TableStyle.

Syntax

Visual Basic 
Function GetTableStyle( _
   ByVal Name As System.String _
) As TableStyle
C# 
TableStyle GetTableStyle( 
   System.string Name
)
JavaScript 
GetTableStyle( 
   Name : String
) : dsTableStyle
COM native C++ 
HRESULT GetTableStyle( 
   BSTR Name,
   ITableStyle** TableStyle
) 
C++ 
DSRESULT GetTableStyle( 
   const dsString& Name,
   dsTableStyle** TableStyle
) 

Parameters

Name
Name of TableStyle
TableStyle[out] or Return Value
TableStyle
 

See Also

Availability

DraftSight V1R3.0