SetCellTextHeight Method (ITable) Send Feedback
See Also 
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
Sets the height of the text for the specified cell in this Table.

Syntax

Visual Basic 
Sub SetCellTextHeight( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer, _
   ByVal Height As System.Double _
) 
C# 
void SetCellTextHeight( 
   System.int Row,
   System.int Column,
   System.double Height
)
JavaScript 
SetCellTextHeight( 
   Row : Number,
   Column : Number,
   Height : Number
)
COM native C++ 
HRESULT SetCellTextHeight( 
   LONG Row,
   LONG Column,
   DOUBLE Height
) 
C++ 
DSRESULT SetCellTextHeight( 
   long Row,
   long Column,
   double Height
) 

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

Remarks

To determine a valid index for the row or column:
Get the total number of... Using...
Rows ITable::TotalRowCount
Columns ITable::TotalColumnCount
 

See Also

Availability

DraftSight V1R6.0