シートに指定された値で1行書き込みます。
値のある最後の行の次の行に対して書き込みを行います。Writes one row to the sheet with the specified value.
Writes to the row following the last row with a value.
このシートオブジェクトThis sheet object
後に挿入する値の配列 array of values to insert after
このシートオブジェクトのセルの値、フォーマットをクリアします。Clear the cell values and formatting of this sheet object.
このシートオブジェクトThis sheet object
このシートオブジェクトのセルの値/フォーマットを指定されたオプションでクリアします。Clear the value/format of a cell in this sheet object with the specified options.
このシートオブジェクトThis sheet object
オプションの引数 optional arguments
データが存在する範囲に対応するレンジオブジェクトを返却します。
A1からSheet.getLastColumn(), Sheet.getLastRow()で囲まれた範囲と同義となります。Returns range objects corresponding to the range where data resides.
This is equal to the range enclosed by A1 to Sheet.getLastColumn(), Sheet.getLastRow().
指定された範囲のレンジオブジェクトRange object for the specified range
指定された行と列、行数と列数のレンジオブジェクトを返します。Returns a range object with the specified rows and columns and number of rows and columns.
指定された範囲のレンジオブジェクトRange object for the specified range
範囲の開始行インデックス。
行のインデックス付けは 1 から始まります。 The starting row index of the range.
Column indexing starts at 1.
範囲の開始列インデックス。
列のインデックス付けは 1 から始まります。 The starting column index of the range.
Column indexing starts at 1.
範囲の行数 number of rows in range
範囲の列数 number of columns in range
指定された行と列、行数のレンジオブジェクトを返します。
列数は1となります。Returns a range object with the specified rows and columns and number of columns.
The number of columns is 1.
指定された範囲のレンジオブジェクトRange object for the specified range
範囲の開始行インデックス。
行のインデックス付けは 1 から始まります。 The starting row index of the range.
Column indexing starts at 1.
範囲の開始列インデックス。
列のインデックス付けは 1 から始まります。 The starting column index of the range.
Column indexing starts at 1.
範囲の行数 number of rows in range
指定された行と列の単一のレンジオブジェクトを返します。Returns a single range object for a specified row and column.
指定された範囲のレンジオブジェクトRange object for the specified range
範囲の開始行インデックス。
行のインデックス付けは 1 から始まります。 The starting row index of the range.
Column indexing starts at 1.
範囲の開始列インデックス。
列のインデックス付けは 1 から始まります。 The starting column index of the range.
Column indexing starts at 1.
A1表記またはR1C1表記で指定されたレンジオブジェクトを返します。Returns the range object specified in A1 or R1C1 notation.
指定された範囲のレンジオブジェクトRange object for the specified range
A1表記またはR1C1表記で指定されたレンジ。 range specified in A1 or R1C1 notation.
A1表記またはR1C1表記で指定された複数のレンジオブジェクトを返します。Returns the multiple range object specified in A1 or R1C1 notation.
指定された範囲のレンジリストオブジェクトRange list object for the specified range
A1表記またはR1C1表記で指定されたレンジの配列。 Array of ranges specified in A1 or R1C1 notation.
指定された行と列、行数と列数の範囲のセルの値を返します。Returns the value of a range of cells with the specified rows and columns and number of rows and columns.
セルの値の2次元配列2D Array of cell values
範囲の行数 number of rows in range
範囲の列数 number of columns in range
シートの指定された位置に列を挿入します。Inserts a column at a specified position on the sheet.
列を挿入する場所を示すインデックス An index show where to insert the column
シートの指定された位置に複数の列を挿入します。Inserts multiple columns at the specified position on the sheet.
列を挿入する場所を示すインデックス An index show where to insert the column
挿入する列の数 number of columns to insert
指定された列位置の後に複数の列を挿入します。Inserts multiple columns after the specified column position.
このシートオブジェクトThis sheet object
新しい列を追加する必要がある列位置 column position to add a new column
挿入する列の数 number of columns to insert
指定された列位置の前に複数の列を挿入します。Inserts multiple columns before the specified column position.
このシートオブジェクトThis sheet object
新しい列を追加する必要がある列位置 column position to add a new column
挿入する列の数 number of columns to insert
シートの指定された位置に行を挿入します。Inserts a row at the specified position on the sheet.
行を挿入する場所を示すインデックス an index shows where to insert the column
シートの指定された位置に複数の行を挿入します。Inserts multiple rows at the specified position on the sheet.
行を挿入する場所を示すインデックス an index shows where to insert the column
指定された行位置の後に複数の行を挿入します。Inserts multiple rows after the specified row position.
このシートオブジェクトThis sheet object
新しい行を追加する必要がある行位置 row position to add a new row
挿入する行の数 number of rows to insert
指定された行位置の前に複数の行を挿入します。Inserts multiple rows before the specified row position.
このシートオブジェクトThis sheet object
新しい行を追加する必要がある行位置 row position to add a new row
挿入する行の数 number of rows to insert
スプレッドシートのシートへの操作を提供するクラスです。This class provides operations on spreadsheet sheets.