RemoveTableStyle Method (ITableStyleManager) Send Feedback
See Also 
Name
Name of TableStyle to remove
Removes the specified TableStyle.

Syntax

Visual Basic 
Function RemoveTableStyle( _
   ByVal Name As System.String _
) As System.Boolean
C# 
System.bool RemoveTableStyle( 
   System.string Name
)
JavaScript 
RemoveTableStyle( 
   Name : String
) : Boolean
COM native C++ 
HRESULT RemoveTableStyle( 
   BSTR Name,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT RemoveTableStyle( 
   const dsString& Name,
   bool* Result
) 

Parameters

Name
Name of TableStyle to remove
 

See Also

Availability

DraftSight V1R3.0