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, _
dsColor* NewVal As Color _
) |
C# | |
---|
void SetCellBackgroundColor(
System.int Row,
System.int Column,
Color NewVal
) |
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