var instance = new GC.Spread.Sheets.Worksheet(name); 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 in which to display the row.