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;
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
- verticalPosition
- セルを表示する垂直位置。
- horizontalPosition
- セルを表示する水平位置。