SPREAD for WPF 4.0J - GcSpreadSheet
Clear(Int32,Int32,Int32,Int32,ManipulationOptions) メソッド

GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : Clear(Int32,Int32,Int32,Int32,ManipulationOptions) メソッド
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
行の総数を示す整数値。
列の総数を示す整数値。
指定したセル範囲からすべてのデータと数式を削除します。
シンタックス
'宣言
 
Public Function Clear( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer, _
   ByVal options As ManipulationOptions _
) As ActionResult(Of Object)
public ActionResult<object> Clear( 
   System.int row,
   System.int column,
   System.int rowCount,
   System.int columnCount,
   ManipulationOptions options
)

パラメータ

row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
rowCount
行の総数を示す整数値。
columnCount
列の総数を示す整数値。
options

戻り値の型

データがクリアな場合はtrue、それ以外の場合はfalse
参照

Worksheet クラス
Worksheet メンバ