'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;}
Rows クラス Rows メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.