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