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


指定したインデックスにあるSystem.Objectを取得または設定します。
構文
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As Object
'使用法
 
Dim instance As SpreadDataRowView
Dim index As Integer
Dim value As Object
 
instance.Item(index) = value
 
value = instance.Item(index)
public object Item( 
   int index
) {get; set;}

パラメータ

index
参照

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

 

 


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