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