SetRowHeight Method

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

See Also | Example

Signature

object.SetRowHeight(row, Height)

Object

Table
The object or objects this method applies to.

row

Long; the row index

Height

Double; the height for the row

 

   Comments?