SetRowHeightAt Method (ITable) Send Feedback
See Also 
Row
Row whose height to set
Height
Height for Row
Sets the height of the specified row in the Table.

Syntax

Visual Basic 
Sub SetRowHeightAt( _
   ByVal Row As System.Integer, _
   ByVal Height As System.Double _
) 
C# 
void SetRowHeightAt( 
   System.int Row,
   System.double Height
)
JavaScript 
SetRowHeightAt( 
   Row : Number,
   Height : Number
)
COM native C++ 
HRESULT SetRowHeightAt( 
   LONG Row,
   DOUBLE Height
) 
C++ 
DSRESULT SetRowHeightAt( 
   long Row,
   double Height
) 

Parameters

Row
Row whose height to set
Height
Height for Row

Remarks

Before calling this method, call ITable::TotalRowCount to get a valid value for Row.
 

See Also

Availability

DraftSight V1R4.0