'Declaration Public Overloads ReadOnly Property Item( _ ByVal tag As String _ ) As Row
'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)
'使用法
Dim instance As Rows Dim tag As String Dim value As Row value = instance.Item(tag)
public Row Item( string tag ) {get;}
Rows クラス Rows メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.