GrapeCity ActiveReports for .NET 16.0J
Item プロパティ (DataCellCollection)

GrapeCity.ActiveReports.Extensibility.Rendering 名前空間 > DataCellCollection クラス : Item プロパティ
セルの行。
セルの列。
指定された行と列を持つDataCellを取得します。
シンタックス
'宣言
 
Public MustOverride ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As DataCell
public abstract DataCell this[ 
   int row,
   int column
]; {get;}

パラメータ

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

DataCellCollection クラス
DataCellCollection メンバ