GrapeCity SPREAD for Windows Forms 11.0J
Item(Int32) プロパティ


指定したインデックスに従って値を取得します。
構文
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal index As Integer _
) As String
'使用法
 
Dim instance As ButtonTextCollectionInfo
Dim index As Integer
Dim value As String
 
value = instance.Item(index)
public new string Item( 
   int index
) {get;}

パラメータ

index

プロパティ値

指定した要素のインデックスを示すSystem.Int32値。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.