SpreadJS Documentation
showRow Method
The row index.
The vertical position for the row.
Moves a row to the specified position.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.showRow(row, verticalPosition);
function showRow( 
   row : number,
   verticalPosition : VerticalPosition
) : any;

Parameters

row
The row index.
verticalPosition
The vertical position for the row.
Example
This example uses the showRow method.
spread.showRow(10, GcSpread.Sheets.VerticalPosition.center);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.