VB Code:
'to change all the rows Grid.RowHeight(-1) = 100 'or whatever your value 'to change a single row Grid.RowHeight(1) = 500 '(1) is the row number 'to change some of the rows For i = 1 to 10 'For ten rows Grid.RowHeight(i) = 500 Next
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |