Link Search Menu Expand Document

Spread.SetRowHeight Method

Explanation Set the row height.
Call format Spread1.SetRowHeight( row, height )
0 is the top row. Every time the value increases by 1 , it goes down one row.
Return value None
Arguments integer row Row position to set
integer height New row height
Exception None
Example of use
    
Related item