MESCIUS SPREAD for Windows Forms 15.0J
IsEmpty(Int32,Int32,Int32,Int32) メソッド

セルの最初の行インデックス。
セルの最初の列インデックス。
セルの最後の行インデックス。
セルの最後の列インデックス。
セルに空のデータが含まれるかどうかを示すブール値を取得します。
構文
'宣言
 
Public Overloads Function IsEmpty( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) As Boolean
public bool IsEmpty( 
   int row,
   int column,
   int row2,
   int column2
)

パラメータ

row
セルの最初の行インデックス。
column
セルの最初の列インデックス。
row2
セルの最後の行インデックス。
column2
セルの最後の列インデックス。

戻り値の型

セルのデータが空の場合はtrue、それ以外の場合はfalse
参照

Worksheet クラス
Worksheet メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.