GetTextStyle Method (ITableStyle) Send Feedback
See Also 
Val[out]
Name of the TextStyle for the specified type of cell in this TableStyle
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Gets the name of the TextStyle for the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Function GetTextStyle( _
   ByVal CellType As dsTableCellType_e _
) As System.String
C# 
System.string GetTextStyle( 
   dsTableCellType_e CellType
)
JavaScript 
GetTextStyle( 
   CellType : String
) : String
COM native C++ 
HRESULT GetTextStyle( 
   dsTableCellType_e CellType,
   BSTR* Val
) 
C++ 
DSRESULT GetTextStyle( 
   dsTableCellType_e CellType,
   dsString* Val
) 

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Val[out] or Return Value
Name of the TextStyle for the specified type of cell in this TableStyle
 

See Also

Availability

DraftSight V1R3.0