var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Rect value = instance.getCellRect(row, col, rowViewportIndex, colViewportIndex);
function getCellRect( row : number, col : number, (optional) rowViewportIndex : number, (optional) colViewportIndex : number ) : Rect;
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
- rowViewportIndex
- ビューポートの行のインデックス。-1は列ヘッダ領域、0は固定行領域、1はビューポート領域、2は固定末尾行領域をそれぞれ表します。
- colViewportIndex
- ビューポートの列のインデックス。-1は行ヘッダ領域、0は固定列領域、1はビューポート領域、2は固定末尾列領域をそれぞれ表します。
戻り値の型
セルの矩形のサイズと位置を含むオブジェクト。