var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.showCell(row, col, verticalPosition, horizontalPosition);
function showCell( row : number, col : number, verticalPosition : VerticalPosition, horizontalPosition : HorizontalPosition ) : any;
Parameters
- row
- The row index.
- col
- The column index.
- verticalPosition
- The vertical position in which to display the cell.
- horizontalPosition
- The horizontal position in which to display the cell.