<< Click to Display Table of Contents >> マニュアル > コントロールリファレンス > 基本 > グリッドコントロール > メソッド > Cut |
グリッドのデータの切り取りを行う。
構文1 Cut( areaType )
指定したエリアのセルのデータをカットする。
パラメータ
戻り値
構文2 Cut ( "cell", displayCol, displayRow )
指定したセルのデータをカットする。
パラメータ
戻り値
構文3 Cut ( "row", displayRow )
指定した行のデータをカットする。
パラメータ
戻り値
構文4 Cut ( "col", displayCol )
指定した列のデータをカットする。
パラメータ
戻り値
構文5 Cut ( "range", displayCol1, displayRow1, displayCol2, displayRow2 )
指定した範囲のセルのデータをカットする。
パラメータ
戻り値
参照
|