2月, 2018 | G Suite ガイド – Part 2

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getVerticalAlignment() セルの垂直方向の配置(上寄せ、中央寄せ、下寄せ)を取得する。 サンプルコード 引数 無し。 戻り値 文字列 – 取得した垂直方向の配置(top:上寄せ、middl…

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getValues() セル範囲の値をセルごとに取得する。 サンプルコード 引数 無し。 戻り値 オブジェクト型配列 – 取得したセルごとの値

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getValue() セルの値を取得する。 サンプルコード 引数 無し。 戻り値 オブジェクト – 取得したセルの値

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getNumberFormats() セル範囲の書式(数値書式、日付書式)をセルごとに取得する。 サンプルコード 引数 無し。 戻り値 文字列型配列 – 取得したセルごとの書式(数値書式、日付書式)

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getNumberFormat() セルの書式(数値書式、日付書式)を取得する。 サンプルコード 引数 無し。 戻り値 文字列 – 取得した書式(数値書式、日付書式)

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getFormulasR1C1() セル範囲の数式(R1C1形式)をセルごとに取得する。 サンプルコード 引数 無し。 戻り値 文字列型配列 – 取得したセルごとの数式(R1C1形式)

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getFormulasR1C1() セルの数式(R1C1形式)を取得する。 サンプルコード 引数 無し。 戻り値 文字列 – 取得した数式(R1C1形式)

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getFormulas() セル範囲の数式(A1形式)をセルごとに取得する。 サンプルコード 引数 無し。 戻り値 文字列型配列 – 取得したセルごとの数式(A1形式)

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

getFormula() セルの数式(A1形式)を取得する。 サンプルコード 引数 無し。 戻り値 文字列 – 取得した数式(A1形式)

cover_googlespreadsheet-486x290-1424433Google スプレッドシート

2018.02.19 tanida

mergeVertically() セル範囲を縦方向にマージ(結合)する。 サンプルコード 引数 無し。 戻り値 Range オブジェクト – そのセル範囲自身

Copied title and URL