GrapeCity ActiveReports for .NET 14.0J
ContainsCell メソッド

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.SpreadBuilder.Cells 名前空間 > MergeArea 構造体 : ContainsCell メソッド
セルの行。
セルの列。
指定したセルがMergeAreaに含まれているかどうかを示すブール値を返します。
シンタックス
'宣言
 
Public Function ContainsCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
public bool ContainsCell( 
   int row,
   int column
)

パラメータ

row
セルの行。
column
セルの列。
参照

MergeArea 構造体
MergeArea メンバ