GrapeCity ActiveReports for .NET 16.0J
Cells メソッド

GrapeCity.SpreadBuilder 名前空間 > DDSheet クラス : Cells メソッド
始点のセル位置を示すDDCell
終点のセル位置を示すDDCell
指定した範囲の DDCells オブジェクトを返します。
シンタックス
'宣言
 
Public Function Cells( _
   ByVal start As DDCell, _
   ByVal end As DDCell _
) As DDCells
public DDCells Cells( 
   DDCell start,
   DDCell end
)

パラメータ

start
始点のセル位置を示すDDCell
end
終点のセル位置を示すDDCell
参照

DDSheet クラス
DDSheet メンバ