'Declaration Public Property Row2 As Integer
'Declaration
Public Property Row2 As Integer
'使用法 Dim instance As Reference Dim value As Integer instance.Row2 = value value = instance.Row2
'使用法
Dim instance As Reference Dim value As Integer instance.Row2 = value value = instance.Row2
public int Row2 {get; set;}
Reference 構造体 Reference メンバ
Copyright © 2004 GrapeCity inc.