GetCellTextHeight Method (ITable)
Gets the height of the text of the specified cell in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCellTextHeight( _
LONG Row As System.Integer, _
LONG Column As System.Integer _
) As System.Double |
C# | |
---|
System.double GetCellTextHeight(
System.int Row,
System.int Column
) |
JavaScript | |
---|
GetCellTextHeight(
Row : Number,
Column : Number,\n) : Number |
Parameters
- Row
- Index of the row of the cell whose text height to get (see Remarks)
- Column
- Index of the column of the cell whose text height to get (see Remarks)
Parameters
- Height[out] or Return Value
- Height of the text of the specified cell
Remarks
See Also
Availability
DraftSight V1R6.0