GcSpread.Sheets Namespace > Spread type : showRow Method |
var instance = new GcSpread.Sheets.Spread(host, options); var value; // Type: any value = instance.showRow(row, verticalPosition);
function showRow( row : number, verticalPosition : VerticalPosition ) : any;
spread.showRow(10, GcSpread.Sheets.VerticalPosition.center);