IAcadTableGetCellTextHeight
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
double GetCellTextHeight(
        int row,
        int col
)
 
Function GetCellTextHeight ( 
        row As Integer,
        col As Integer
) As Double
 
double GetCellTextHeight(
        [InAttribute] int row, 
        [InAttribute] int col
)
 
abstract GetCellTextHeight : 
        row : int * 
        col : int -> float 
 
 
 
Parameters
- row  Int32
 
-  
 
- col  Int32
 
-  
 
Return Value
Double
 
See Also