FlexGrid for UWP/WinRT
Item(Int32,Column) プロパティ

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

パラメータ

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

プロパティ値

セルの値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback