Visual Basic | |
---|---|
Function GetCellBackgroundColor( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer _ ) As Color |
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
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::SetCellBackgroundColor Method ()
ITable::SetBackgroundColor Method ()
ITable::GetBackgroundColor Method ()
ITable Members
ITable::SetCellBackgroundColor Method ()
ITable::SetBackgroundColor Method ()
ITable::GetBackgroundColor Method ()
DraftSight V1R6.0