Autodesk.AutoCAD.DatabaseServices Namespace > Table Class > Table Methods > SetRowHeight Method > SetRowHeight(int, double) Method
Table.SetRowHeight(int, double) Method   
Description

Obsolete. Sets the row height for the specified row index in the table. 

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

Visual Basic
Public virtual Function SetRowHeight(
    row As Integer, 
    height As double
) As void
C#
public virtual void SetRowHeight(
    int row, 
    double height
);
Parameters
Parameters 
Description 
int row 
Input zero-based row index 
double height 
Input height to be used for the specified row 

Use Table.Rows[col].Height instead.

Links
   Comments?