ComponentOne Studio for WinRT XAML
Item(Int32,Int32) プロパティ

セルが含まれる行のインデックス。
セルが含まれる列のインデックス。
特定のセルの値を取得または設定します。
構文
'宣言
 
Public Overloads Property Item( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Object
public System.object Item( 
   System.int row,
   System.int col
) {get; set;}

パラメータ

row
セルが含まれる行のインデックス。
col
セルが含まれる列のインデックス。

プロパティ値

セルの値。
参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.