CreateTableStyle Method (ITableStyleManager) Send Feedback
See Also  Example
Name
Name
TableStyle[out]
TableStyle
Result[out]
Status of creating TableStyle as defined in dsCreateObjectResult_e
Creates a TableStyle.

Syntax

Visual Basic 
Sub CreateTableStyle( _
   ByVal Name As System.String, _
   ByRef TableStyle As TableStyle, _
   ByRef Result As dsCreateObjectResult_e _
) 
C# 
void CreateTableStyle( 
   System.string Name,
   out TableStyle TableStyle,
   out dsCreateObjectResult_e Result
)
JavaScript 
CreateTableStyle( 
   Name : String
) : {
   TableStyle : dsTableStyle,
   Result : String
}
COM native C++ 
HRESULT CreateTableStyle( 
   BSTR Name,
   ITableStyle** TableStyle,
   dsCreateObjectResult_e* Result
) 
C++ 
DSRESULT CreateTableStyle( 
   const dsString& Name,
   dsTableStyle** TableStyle,
   dsCreateObjectResult_e* Result
) 

Parameters

Name
Name
TableStyle[out]
TableStyle
Result[out] or Return Value
Status of creating TableStyle as defined in dsCreateObjectResult_e

Example

 

See Also

Availability

DraftSight V1R3.0