SetRowHeight Method (ITable) Send Feedback
See Also 
Height
Height of the rows in the Table
Sets the height of the rows in the Table.

Syntax

Visual Basic 
Sub SetRowHeight( _
   ByVal Height As System.Double _
) 
C# 
void SetRowHeight( 
   System.double Height
)
JavaScript 
SetRowHeight( 
   Height : Number
)
COM native C++ 
HRESULT SetRowHeight( 
   DOUBLE Height
) 
C++ 
DSRESULT SetRowHeight( 
   double Height
) 

Parameters

Height
Height of the rows in the Table
 

See Also

Availability

DraftSight V1R4.0