SetTextStyle Method (ITableStyle) Send Feedback
See Also 
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
NewVal
Name of the TextStyle for the specified type of cell in this TableStyle
Sets the name of the TextStyle for the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Sub SetTextStyle( _
   ByVal CellType As dsTableCellType_e, _
   ByVal NewVal As System.String _
) 
C# 
void SetTextStyle( 
   dsTableCellType_e CellType,
   System.string NewVal
)
JavaScript 
SetTextStyle( 
   CellType : String,
   NewVal : String
)
COM native C++ 
HRESULT SetTextStyle( 
   dsTableCellType_e CellType,
   BSTR NewVal
) 
C++ 
DSRESULT SetTextStyle( 
   dsTableCellType_e CellType,
   const dsString& NewVal
) 

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
NewVal
Name of the TextStyle for the specified type of cell in this TableStyle
 

See Also

Availability

DraftSight V1R3.0