Visual Basic | |
---|---|
Sub SetCellTextStyle( _ ByVal Row As System.Integer, _ ByVal Column As System.Integer, _ ByVal TextStyle As System.String _ ) |
Parameters
- Row
- Index of the row of the cell whose TextStyle name to set (see Remarks)
- Column
- Index of the column of the cell whose TextStyle name to set (see Remarks)
- TextStyle
- TextStyle name to set for the specified cell in this Table
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::GetCellTextStyle Method ()
ITable::GetTextStyle Method ()
ITable::SetTextStyle Method ()
ITable::GetCellTextColor Method ()
ITable::GetCellTextHeight Method ()
ITable::GetText Method ()
ITable::GetTextColor Method ()
ITable::GetTextHeight Method ()
ITable::SetCellTextColor Method ()
ITable::SetCellTextHeight Method ()
ITable::SetText Method ()
ITable::SetTextColor Method ()
ITable::SetTextHeight Method ()
ITable Members
ITable::GetCellTextStyle Method ()
ITable::GetTextStyle Method ()
ITable::SetTextStyle Method ()
ITable::GetCellTextColor Method ()
ITable::GetCellTextHeight Method ()
ITable::GetText Method ()
ITable::GetTextColor Method ()
ITable::GetTextHeight Method ()
ITable::SetCellTextColor Method ()
ITable::SetCellTextHeight Method ()
ITable::SetText Method ()
ITable::SetTextColor Method ()
ITable::SetTextHeight Method ()
DraftSight V1R6.0