GetCellTextStyle Method (ITable) Send Feedback
See Also 
TextStyle[out]
TextStyle name of the specified cell
Row
Index of the row of the cell whose TextStyle name to get (see Remarks)
Column
Index of the column of the cell whose TextStyle name to get (see Remarks)
Gets the name of the TextStyle for the specified cell in this Table.

Syntax

Visual Basic 
Function GetCellTextStyle( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer _
) As System.String
C# 
System.string GetCellTextStyle( 
   System.int Row,
   System.int Column
)
JavaScript 
GetCellTextStyle( 
   Row : Number,
   Column : Number
) : String
COM native C++ 
HRESULT GetCellTextStyle( 
   LONG Row,
   LONG Column,
   BSTR* TextStyle
) 
C++ 
DSRESULT GetCellTextStyle( 
   long Row,
   long Column,
   dsString* TextStyle
) 

Parameters

Row
Index of the row of the cell whose TextStyle name to get (see Remarks)
Column
Index of the column of the cell whose TextStyle name to get (see Remarks)
TextStyle[out] or Return Value
TextStyle name of the specified cell

Remarks

To determine a valid index for the row or column:
Get the total number of... Using...
Rows ITable::TotalRowCount
Columns ITable::TotalColumnCount
 

See Also

Availability

DraftSight V1R6.0