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

Syntax

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

Parameters

Row
Index of the row of the cell whose background Color to get (see Remarks)
Column
Index of the column of the cell whose background Color to get (see Remarks)
Val[out] or Return Value
Background Color

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