Visual Basic | |
---|---|
Function GetCellTextColor( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer _ ) As Color |
Parameters
- Row
- Index of the row of the cell whose text Color to get (see Remarks)
- Column
- Index of the column of the cell whose text Color to get (see Remarks)
- Val[out] or Return Value
- Color of text of the specified cell
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::SetCellTextColor Method ()
ITable::SetTextColor Method ()
ITable::GetTextColor Method ()
ITable::GetCellTextHeight Method ()
ITable::GetCellTextStyle Method ()
ITable::GetText Method ()
ITable::GetTextHeight Method ()
ITable::GetTextStyle Method ()
ITable::SetCellTextHeight Method ()
ITable::SetCellTextStyle Method ()
ITable::SetText Method ()
ITable::SetTextHeight Method ()
ITable::SetTextStyle Method ()
ITable Members
ITable::SetCellTextColor Method ()
ITable::SetTextColor Method ()
ITable::GetTextColor Method ()
ITable::GetCellTextHeight Method ()
ITable::GetCellTextStyle Method ()
ITable::GetText Method ()
ITable::GetTextHeight Method ()
ITable::GetTextStyle Method ()
ITable::SetCellTextHeight Method ()
ITable::SetCellTextStyle Method ()
ITable::SetText Method ()
ITable::SetTextHeight Method ()
ITable::SetTextStyle Method ()
DraftSight V1R6.0