PowerTools SPREAD for Windows Forms 8.0J
Item(String) プロパティ


Columnオブジェクト
指定したタグを持つ新しい行を取得します。
構文
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal tag As String _
) As Row
'使用法
 
Dim instance As Rows
Dim tag As String
Dim value As Row
 
value = instance.Item(tag)
public Row Item( 
   string tag
) {get;}

パラメータ

tag
Columnオブジェクト

プロパティ値

指定したタグのRowオブジェクト
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.