C#
VB
C++
Java
public int Rows { get; set; }
Public Property Rows As Integer
public int getRows()
public void setRows(int value)
public:
property int Rows {
int get();
void set ( int value);
}
Value that indicates the number of columns.