GetCellTextColor Method (ITable) Send Feedback
See Also 
Val[out]
Color of text of the specified cell
Row
Index of the row of the cell whose text Color to get (see Remarks)
Column
Index of the column of the cell whose text Color to get (see Remarks)
Gets the Color of the text of the specified cell in this Table.

Syntax

Visual Basic 
Function GetCellTextColor( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer _
) As Color
C# 
Color GetCellTextColor( 
   System.int Row,
   System.int Column
)
JavaScript 
GetCellTextColor( 
   Row : Number,
   Column : Number
) : dsColor
COM native C++ 
HRESULT GetCellTextColor( 
   LONG Row,
   LONG Column,
   IColor** Val
) 
C++ 
DSRESULT GetCellTextColor( 
   long Row,
   long Column,
   dsColor** Val
) 

Parameters

Row
Index of the row of the cell whose text Color to get (see Remarks)
Column
Index of the column of the cell whose text Color to get (see Remarks)
Val[out] or Return Value
Color of text 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