Autodesk.AutoCAD.DatabaseServices Namespace > Table Class > Table Methods > RowHeight Method
Table.RowHeight Method   
Description

Obsolete. Returns the row height of the specified row in the table. 

Note: This method is deprecated and may be removed in a future release. 

Visual Basic
Public virtual Function RowHeight(
    row As Integer
) As double
C#
public virtual double RowHeight(
    int row
);
Parameters
Parameters 
Description 
int row 
Input zero-based row index 

Use Table.Rows[col].Height instead.

Links
   Comments?