public int Row { get; set; }
Public Property Row As Integer Get Set
public: property int Row { int get (); void set (int value); }
member Row : int with get, set
In This Article