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
ITableStyleManager Interface
ITableStyleManager Members
ITableStyleManager::RemoveTableStyle Method
ITableStyle::Name Property
ITableStyleManager Members
ITableStyleManager::RemoveTableStyle Method
ITableStyle::Name Property
DraftSight V1R3.0