SetCellTextHeight Method (ITable)
Sets the height of the text for the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCellTextHeight( _
long Row As System.Integer, _
long Column As System.Integer, _
double Height As System.Double _
) |
C# | |
---|
void SetCellTextHeight(
System.int Row,
System.int Column,
System.double Height
) |
JavaScript | |
---|
SetCellTextHeight(
Row : Number,
Column : Number,
Height : Number
) |
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
See Also
Availability
DraftSight V1R6.0