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

Syntax

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

Parameters

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

See Also

Availability

DraftSight V1R6.0