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