Visual Basic | |
---|---|
Sub SetCellBackgroundColor( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer, _ ByVal NewVal As 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
To determine a valid index for the row or column:
Get the total number of... | Using... |
Rows | ITable::TotalRowCount |
Columns | ITable::TotalColumnCount |
ITable Interface
ITable Members
ITable::GetCellBackgroundColor Method ()
ITable::GetBackgroundColor Method ()
ITable::SetBackgroundColor Method ()
ITable Members
ITable::GetCellBackgroundColor Method ()
ITable::GetBackgroundColor Method ()
ITable::SetBackgroundColor Method ()
DraftSight V1R6.0