SetCellBackgroundColor Method (ITable)
Sets the background Color of the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCellBackgroundColor( _
LONG Row As System.Integer, _
LONG Column As System.Integer, _
IColor* NewVal As Color _
) |
C# | |
---|
void SetCellBackgroundColor(
System.int Row,
System.int Column,
Color NewVal
) |
JavaScript | |
---|
SetCellBackgroundColor(
Row : Number,
Column : Number,
NewVal : Color
) |
Parameters
- Row
- Index of the row of the cell whose background Color to set (see Remarks)
- Column
- Index of the column of the cell whose background Color to set (see Remarks)
- NewVal
- Background Color
Example
Remarks
See Also
Availability
DraftSight V1R6.0