FormattedTableDataGetTextHeight Method
|
Returns the text height for the zero content
of a cell in this table object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual double GetTextHeight(
int row,
int column
)
Public Overridable Function GetTextHeight (
row As Integer,
column As Integer
) As Double
public:
virtual double GetTextHeight(
int row,
int column
)
abstract GetTextHeight :
row : int *
column : int -> float
override GetTextHeight :
row : int *
column : int -> float
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
Return Value
Double
Text height value.
See Also