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