PowerTools ActiveReports for .NET 9.0J
Item プロパティ (IMatrixCellCollection)

マトリックスセルを取得する元のマトリックスの行の番号。
マトリックスセルを取得する元のマトリックスの列の番号。
指定した行または列インデックスでMatrixのセルを取得します。
構文
'宣言
 
ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As IMatrixCell
IMatrixCell this[ 
   int row,
   int column
]; {get;}

パラメータ

row
マトリックスセルを取得する元のマトリックスの行の番号。
column
マトリックスセルを取得する元のマトリックスの列の番号。
参照

関連項目

IMatrixCellCollection インターフェース
IMatrixCellCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.