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

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* TextStyle
) 
C++ 
DSRESULT GetTextStyle( 
   dsTableCellType_e CellType,
   dsString* TextStyle
) 

Parameters

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

See Also

Availability

DraftSight V1R6.0